Remove GNUsteprc on distclean

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@19984 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2004-09-03 20:34:35 +00:00
parent cae64e6f38
commit 684ab7cb09
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@ Fri Sep 3 21:52:00 2004 Nicola Pero <n.pero@mi.flashnet.it>
* GNUsteprc.in: New file.
* GNUmakefile.in (install): Install the system GNUsteprc into
GNUSTEP_SYSTEM_ROOT. (uninstall): Uninstall the same file.
(distclean): Remove GNUsteprc.
* user_home.c: Do not segfault if the environment variable
GNUSTEP_SYSTEM_ROOT is not set when the tool is executed.

View file

@ -268,6 +268,7 @@ distclean: clean
rm -f GNUstep.csh
rm -f fixpath.sh
rm -f gnustep-make.spec
rm -f GNUsteprc
cvs-tag:
cvs -z3 rtag make-$(VERTAG) make