From 05d6956f0ca06c5a15ffe7ab2fbaadfef2e75182 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 26 Nov 2001 10:53:53 +0000 Subject: [PATCH] (mostlyclean): Delete bootstrap-emacs here. (clean): Not here. --- src/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index d417c18cfa0..078193ab764 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1159,8 +1159,9 @@ ${libsrc}emacstool: ${libsrc}emacstool.c mostlyclean: rm -f temacs prefix-args core *.core \#* *.o libXMenu11.a liblw.a rm -f ../etc/DOC + rm -f bootstrap-emacs clean: mostlyclean - rm -f emacs-* emacs bootstrap-emacs + rm -f emacs-* emacs /**/# This is used in making a distribution. /**/# Do not use it on development directories! distclean: clean -- 2.39.5