uninstall GSConfig.h upon uninstall

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24888 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2007-03-17 16:42:59 +00:00
parent a789e3ec4b
commit 7ad9d61fab
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2007-03-17 Nicola Pero <nicola.pero@meta-innovation.com>
* Source/Makefile.postamble (before-uninstall): Remove GSConfig.h.
2007-03-17 Nicola Pero <nicola.pero@meta-innovation.com>
* Source/NSBundle.m ([+bundleForLibrary:version:]): Fixed looking

View file

@ -81,6 +81,7 @@ before-uninstall::
for file in $(GNU_HEADERS); do \
rm -f $(GNUSTEP_HEADERS)/GNUstepBase/$$file ; \
done
rm -f $(GNUSTEP_HEADERS)/$(GNUSTEP_TARGET_DIR)/GNUstepBase/GSConfig.h
# Things to do before cleaning
# before-clean::