diff --git a/ChangeLog b/ChangeLog index 88827af28..60dde4835 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-03-17 Nicola Pero + + * Panels/GNUmakefile.postamble (after-uninstall): Fixed uninstall + target. + 2007-03-12 Fred Kiefer * Source/NSAffineTransform.m: Set _isIdentity for all methods diff --git a/Panels/GNUmakefile.postamble b/Panels/GNUmakefile.postamble index 983edd634..b7ee47f42 100644 --- a/Panels/GNUmakefile.postamble +++ b/Panels/GNUmakefile.postamble @@ -62,7 +62,7 @@ endif # Things to do after uninstalling after-uninstall:: -ifneq ($(strip $(LOCALIZED_RESOURCE_FILES)),) +ifneq ($(strip $(LOCALIZED_RESOURCE_FILES)$(LOCALIZED_RESOURCE_COMPONENTS)),) $(ECHO_NOTHING)for l in $(LANGUAGES); do \ if [ -d $$l.lproj ]; then \ rm -rf $(POSTAMBLE_INSTALL_DIR)/$$l.lproj; \ @@ -70,3 +70,4 @@ ifneq ($(strip $(LOCALIZED_RESOURCE_FILES)),) done$(END_ECHO) endif +