Fixed distclean that wasn't removing some generated files

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@25740 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2007-12-15 01:55:35 +00:00
parent 06b7f4f102
commit fd36ed0eff
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2007-12-15 Nicola Pero <nicola.pero@meta-innovation.com>
* GNUmakefile.in (distclean): Remove
config-precomp-test/gs_precomp_test.h.gch and
config-precomp-test/a.out.
2007-12-12 Hubert Chathi <uhoreg@debian.org>
* relative_path.sh: Fixed check for start of string so that we

View file

@ -248,6 +248,7 @@ distclean: clean
rm -f filesystem.make filesystem.sh filesystem.csh
rm -f gnustep-make.spec GNUstep.conf
rm -f config-precomp-test.log
rm -f config-precomp-test/gs_precomp_test.h.gch config-precomp-test/a.out
svn-tag:
svn copy $(SVNPREFIX)/trunk $(SVNPREFIX)/tags/make-$(VERTAG) \