changeset 4637:f3b38883ee2d

(mostlyclean): Don't delete emacs here. (clean): Delete emacs and emacs-* here. (distclean): Don't delete emacs-* here.
author Richard M. Stallman <rms@gnu.org>
date Sun, 15 Aug 1993 03:39:42 +0000
parents bb0ec6a82089
children 3872f91770fc
files src/=Makefile.in
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/=Makefile.in	Sat Aug 14 23:02:58 1993 +0000
+++ b/src/=Makefile.in	Sun Aug 15 03:39:42 1993 +0000
@@ -31,14 +31,14 @@
 	$(MAKE) ${SUBMAKEFLAGS} -f xmakefile ${MFLAGS} all
 
 mostlyclean:
-	rm -f temacs emacs prefix-args xmakefile* core \#* *.o libXMenu11.a
+	rm -f temacs prefix-args xmakefile* core \#* *.o libXMenu11.a
 	rm -f ../etc/DOC
 clean: mostlyclean
-	true
+	rm emacs-* emacs
 #This is used in making a distribution.
 #Do not use it on development directories!
 distclean: clean
-	rm -f paths.h config.h emacs-* ../etc/DOC-*
+	rm -f paths.h config.h ../etc/DOC-*
 realclean: distclean
 	rm -f TAGS
 versionclean: