diff options
| author | Richard M. Stallman | 1994-05-28 04:56:32 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-28 04:56:32 +0000 |
| commit | ce0f965321da3a23da11890ca14e163af75855ca (patch) | |
| tree | c0c884020fd4a187889a000bd334e706513d3683 /src/Makefile.in | |
| parent | 348c8c1b758dd4ad6c91aaf9ae3798c2339eab34 (diff) | |
| download | emacs-ce0f965321da3a23da11890ca14e163af75855ca.tar.gz emacs-ce0f965321da3a23da11890ca14e163af75855ca.zip | |
(mostlyclean): Don't mention xmakefile*.
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index c0f3a4a6f93..d5b1561efc0 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -871,7 +871,7 @@ sunfns.o : sunfns.c buffer.h $(config_h) | |||
| 871 | ${libsrc}emacstool: ${libsrc}emacstool.c | 871 | ${libsrc}emacstool: ${libsrc}emacstool.c |
| 872 | cd ${libsrc}; ${MAKE} ${MFLAGS} emacstool | 872 | cd ${libsrc}; ${MAKE} ${MFLAGS} emacstool |
| 873 | mostlyclean: | 873 | mostlyclean: |
| 874 | rm -f temacs prefix-args xmakefile* core \#* *.o libXMenu11.a liblw.a | 874 | rm -f temacs prefix-args core \#* *.o libXMenu11.a liblw.a |
| 875 | rm -f ../etc/DOC | 875 | rm -f ../etc/DOC |
| 876 | clean: mostlyclean | 876 | clean: mostlyclean |
| 877 | rm -f emacs-* emacs | 877 | rm -f emacs-* emacs |