Mercurial > emacs
changeset 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 | 5ae185b91e69 |
children | b8132df87414 |
files | src/Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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