From: Richard M. Stallman Date: Tue, 11 Oct 1994 21:22:28 +0000 (+0000) Subject: (clean): rm DOC/* and *.tab.[ch]. X-Git-Tag: emacs-19.34~6399 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1e8259bb0b11c006acbc73f4cd2c83d4ff51ea02;p=emacs.git (clean): rm DOC/* and *.tab.[ch]. (distclean): Not here. --- diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 0d4d13dd829..c8e698b78ee 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -256,9 +256,10 @@ mostlyclean: clean: mostlyclean -rm -f ${INSTALLABLES} ${UTILITIES} ${DONT_INSTALL} + -rm -f ../etc/DOC* *.tab.c *.tab.h distclean: clean - -rm -f ../etc/DOC* *.tab.c *.tab.h aixcc.c TAGS + -rm -f aixcc.c TAGS -rm -f Makefile Makefile.in blessmail realclean: distclean