mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 22:21:55 +00:00
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:
parent
3ed9f98c64
commit
d9ab6cdb71
2 changed files with 7 additions and 1 deletions
|
@ -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>
|
2007-03-12 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
* Source/NSAffineTransform.m: Set _isIdentity for all methods
|
* Source/NSAffineTransform.m: Set _isIdentity for all methods
|
||||||
|
|
|
@ -62,7 +62,7 @@ endif
|
||||||
|
|
||||||
# Things to do after uninstalling
|
# Things to do after uninstalling
|
||||||
after-uninstall::
|
after-uninstall::
|
||||||
ifneq ($(strip $(LOCALIZED_RESOURCE_FILES)),)
|
ifneq ($(strip $(LOCALIZED_RESOURCE_FILES)$(LOCALIZED_RESOURCE_COMPONENTS)),)
|
||||||
$(ECHO_NOTHING)for l in $(LANGUAGES); do \
|
$(ECHO_NOTHING)for l in $(LANGUAGES); do \
|
||||||
if [ -d $$l.lproj ]; then \
|
if [ -d $$l.lproj ]; then \
|
||||||
rm -rf $(POSTAMBLE_INSTALL_DIR)/$$l.lproj; \
|
rm -rf $(POSTAMBLE_INSTALL_DIR)/$$l.lproj; \
|
||||||
|
@ -70,3 +70,4 @@ ifneq ($(strip $(LOCALIZED_RESOURCE_FILES)),)
|
||||||
done$(END_ECHO)
|
done$(END_ECHO)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue