]> git.eshelyaron.com Git - emacs.git/commitdiff
(mostlyclean): Don't delete emacs here.
authorRichard M. Stallman <rms@gnu.org>
Sun, 15 Aug 1993 03:39:42 +0000 (03:39 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 15 Aug 1993 03:39:42 +0000 (03:39 +0000)
(clean): Delete emacs and emacs-* here.
(distclean): Don't delete emacs-* here.

src/Makefile.in

index 4e03850c8a95abed61f59f05b8475ec58b7c5140..92dfaced7c7e4e73e99edbbb1beabe61bf5f6372 100644 (file)
@@ -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: