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 faceaee84a1..845e6cfce3b 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -832,7 +832,7 @@ sunfns.o : sunfns.c buffer.h $(config_h) | |||
| 832 | ${libsrc}emacstool: ${libsrc}emacstool.c | 832 | ${libsrc}emacstool: ${libsrc}emacstool.c |
| 833 | cd ${libsrc}; ${MAKE} ${MFLAGS} emacstool | 833 | cd ${libsrc}; ${MAKE} ${MFLAGS} emacstool |
| 834 | mostlyclean: | 834 | mostlyclean: |
| 835 | rm -f temacs prefix-args xmakefile* core \#* *.o libXMenu11.a | 835 | rm -f temacs prefix-args xmakefile* core \#* *.o libXMenu11.a liblw.a |
| 836 | rm -f ../etc/DOC | 836 | rm -f ../etc/DOC |
| 837 | clean: mostlyclean | 837 | clean: mostlyclean |
| 838 | rm -f emacs-* emacs | 838 | rm -f emacs-* emacs |