diff lib-src/Makefile.in @ 9455:856edef96682

(clean): rm DOC/* and *.tab.[ch]. (distclean): Not here.
author Richard M. Stallman <rms@gnu.org>
date Tue, 11 Oct 1994 21:22:28 +0000
parents bc43d1b2bf9f
children a6d5f1c10986
line wrap: on
line diff
--- a/lib-src/Makefile.in	Tue Oct 11 20:42:23 1994 +0000
+++ b/lib-src/Makefile.in	Tue Oct 11 21:22:28 1994 +0000
@@ -256,9 +256,10 @@
 
 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