diff src/Makefile.in @ 28175:d65eb44baa9a

(mostlyclean): Add `*.core'. (clean): Add `bootstrap-emacs'.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 16 Mar 2000 22:55:31 +0000
parents afb4e92f898d
children 875675c5ea50
line wrap: on
line diff
--- a/src/Makefile.in	Thu Mar 16 22:18:59 2000 +0000
+++ b/src/Makefile.in	Thu Mar 16 22:55:31 2000 +0000
@@ -1170,10 +1170,10 @@
 ${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