From 3320cc503c1b9983c2628c363a93d5990a9e5c49 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 16 Mar 2000 22:55:31 +0000 Subject: [PATCH] (mostlyclean): Add `*.core'. (clean): Add `bootstrap-emacs'. --- src/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.in b/src/Makefile.in index 932eb3dd1a5..aa8337ead73 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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 -- 2.39.5