diff options
| author | Gerd Moellmann | 2000-03-16 22:55:31 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-03-16 22:55:31 +0000 |
| commit | 3320cc503c1b9983c2628c363a93d5990a9e5c49 (patch) | |
| tree | b89e8ba2d63010e19f39f8307f4e96285039561e /src | |
| parent | a9be284341422e0d7419d71ebf11971354e5d50d (diff) | |
| download | emacs-3320cc503c1b9983c2628c363a93d5990a9e5c49.tar.gz emacs-3320cc503c1b9983c2628c363a93d5990a9e5c49.zip | |
(mostlyclean): Add `*.core'.
(clean): Add `bootstrap-emacs'.
Diffstat (limited to 'src')
| -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) | |||
| 1170 | ${libsrc}emacstool: ${libsrc}emacstool.c | 1170 | ${libsrc}emacstool: ${libsrc}emacstool.c |
| 1171 | cd ${libsrc}; ${MAKE} ${MFLAGS} emacstool | 1171 | cd ${libsrc}; ${MAKE} ${MFLAGS} emacstool |
| 1172 | mostlyclean: | 1172 | mostlyclean: |
| 1173 | rm -f temacs prefix-args core \#* *.o libXMenu11.a liblw.a | 1173 | rm -f temacs prefix-args core *.core \#* *.o libXMenu11.a liblw.a |
| 1174 | rm -f ../etc/DOC | 1174 | rm -f ../etc/DOC |
| 1175 | clean: mostlyclean | 1175 | clean: mostlyclean |
| 1176 | rm -f emacs-* emacs | 1176 | rm -f emacs-* emacs bootstrap-emacs |
| 1177 | /**/# This is used in making a distribution. | 1177 | /**/# This is used in making a distribution. |
| 1178 | /**/# Do not use it on development directories! | 1178 | /**/# Do not use it on development directories! |
| 1179 | distclean: clean | 1179 | distclean: clean |