diff options
Diffstat (limited to 'src')
| -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 |