diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-04-28 02:35:25 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-04-28 02:35:25 +0000 |
commit | 1e700751dfd6fa17e5d778daaa4ece808d15d6d5 (patch) | |
tree | 4875a2ec2b0fb7c3e090acb6a652da084344208f /src/Makefile.in | |
parent | 988c2f83a88c774cec9d35644365dd7dc85a3bc0 (diff) | |
download | emacs-1e700751dfd6fa17e5d778daaa4ece808d15d6d5.tar.gz |
(mostlyclean): Remove liblw.a.
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 faceaee84a1..845e6cfce3b 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -832,7 +832,7 @@ sunfns.o : sunfns.c buffer.h $(config_h) ${libsrc}emacstool: ${libsrc}emacstool.c cd ${libsrc}; ${MAKE} ${MFLAGS} emacstool mostlyclean: - rm -f temacs prefix-args xmakefile* core \#* *.o libXMenu11.a + rm -f temacs prefix-args xmakefile* core \#* *.o libXMenu11.a liblw.a rm -f ../etc/DOC clean: mostlyclean rm -f emacs-* emacs |