diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-03-16 22:55:31 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-03-16 22:55:31 +0000 |
commit | 3320cc503c1b9983c2628c363a93d5990a9e5c49 (patch) | |
tree | b89e8ba2d63010e19f39f8307f4e96285039561e /src/Makefile.in | |
parent | a9be284341422e0d7419d71ebf11971354e5d50d (diff) | |
download | emacs-3320cc503c1b9983c2628c363a93d5990a9e5c49.tar.gz |
(mostlyclean): Add `*.core'.
(clean): Add `bootstrap-emacs'.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 4 |
1 files 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 |