]> git.eshelyaron.com Git - emacs.git/commitdiff
(mostlyclean): Add `*.core'.
authorGerd Moellmann <gerd@gnu.org>
Thu, 16 Mar 2000 22:55:31 +0000 (22:55 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 16 Mar 2000 22:55:31 +0000 (22:55 +0000)
(clean): Add `bootstrap-emacs'.

src/Makefile.in

index 932eb3dd1a5626f933d6501a5e7c2dbc5a5563f3..aa8337ead73029e43b9989701015354d9277c2d4 100644 (file)
@@ -1170,10 +1170,10 @@ sunfns.o: sunfns.c buffer.h window.h $(config_h)
 ${libsrc}emacstool: ${libsrc}emacstool.c
        cd ${libsrc}; ${MAKE} ${MFLAGS} emacstool
 mostlyclean:
-       rm -f temacs prefix-args core \#* *.o libXMenu11.a liblw.a
+       rm -f temacs prefix-args core *.core \#* *.o libXMenu11.a liblw.a
        rm -f ../etc/DOC
 clean: mostlyclean
-       rm -f emacs-* emacs
+       rm -f emacs-* emacs bootstrap-emacs
 /**/# This is used in making a distribution.
 /**/# Do not use it on development directories!
 distclean: clean