From ce0f965321da3a23da11890ca14e163af75855ca Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 28 May 1994 04:56:32 +0000 Subject: [PATCH] (mostlyclean): Don't mention xmakefile*. --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ${libsrc}emacstool: ${libsrc}emacstool.c cd ${libsrc}; ${MAKE} ${MFLAGS} emacstool mostlyclean: - rm -f temacs prefix-args xmakefile* core \#* *.o libXMenu11.a liblw.a + rm -f temacs prefix-args core \#* *.o libXMenu11.a liblw.a rm -f ../etc/DOC clean: mostlyclean rm -f emacs-* emacs -- 2.39.5