From 23e587e99a0ec32837bd2670ea608c4362a971b7 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Wed, 30 Jan 2002 21:05:48 +0000 Subject: [PATCH] When cleaning, removed *~ files in Master/ and Instance/ as well git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12316 72102866-910b-0410-8b05-ffd578937521 --- GNUmakefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 5e8c1c0c..770e5bb8 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -186,7 +186,7 @@ uninstall: rm -f $(makedir)/$(GNUSTEP_TARGET_DIR)/config.make clean: - rm -f *~ which_lib$(EXEEXT) + rm -f *~ which_lib$(EXEEXT) Master/*~ Instance/*~ distclean: clean rm -f GNUmakefile config.make config.h