diff options
| author | Richard M. Stallman | 1994-04-28 02:35:25 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-28 02:35:25 +0000 |
| commit | 1e700751dfd6fa17e5d778daaa4ece808d15d6d5 (patch) | |
| tree | 4875a2ec2b0fb7c3e090acb6a652da084344208f /src | |
| parent | 988c2f83a88c774cec9d35644365dd7dc85a3bc0 (diff) | |
| download | emacs-1e700751dfd6fa17e5d778daaa4ece808d15d6d5.tar.gz emacs-1e700751dfd6fa17e5d778daaa4ece808d15d6d5.zip | |
(mostlyclean): Remove liblw.a.
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 |