# HG changeset patch # User Gerd Moellmann # Date 953247331 0 # Node ID d65eb44baa9ade9c4a4acb6b2459436119e80c1c # Parent 5ae185b91e696c6094e597d55e3a9b69803035fe (mostlyclean): Add `*.core'. (clean): Add `bootstrap-emacs'. diff -r 5ae185b91e69 -r d65eb44baa9a src/Makefile.in --- 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