From 1e700751dfd6fa17e5d778daaa4ece808d15d6d5 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 28 Apr 1994 02:35:25 +0000 Subject: [PATCH] (mostlyclean): Remove liblw.a. --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index faceaee84a..845e6cfce3 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 -- 2.39.2