mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
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:
parent
cae64e6f38
commit
684ab7cb09
2 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue