From: Richard M. Stallman Date: Sun, 15 Aug 1993 03:39:42 +0000 (+0000) Subject: (mostlyclean): Don't delete emacs here. X-Git-Tag: emacs-19.34~11214 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9d11b9a1931cc6cc3ac7d7a94f7df9517b4960fb;p=emacs.git (mostlyclean): Don't delete emacs here. (clean): Delete emacs and emacs-* here. (distclean): Don't delete emacs-* here. --- diff --git a/src/Makefile.in b/src/Makefile.in index 4e03850c8a9..92dfaced7c7 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -31,14 +31,14 @@ doall: xmakefile $(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: