changeset 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 40340d39257d
children 5c972afd73c4
files lib-src/Makefile.in
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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