Fixed uninstall target

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24885 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2007-03-17 16:27:03 +00:00
parent 36e8d2a357
commit 739595ad04
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-03-17 Nicola Pero <nicola.pero@meta-innovation.com>
* Panels/GNUmakefile.postamble (after-uninstall): Fixed uninstall
target.
2007-03-12 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSAffineTransform.m: Set _isIdentity for all methods

View file

@ -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