# HG changeset patch # User Richard M. Stallman # Date 781910548 0 # Node ID 856edef96682ab9b5a6083c4646e26e78c9d0456 # Parent 40340d39257dccbb48c1fc7f2985f3ea9d9f26d8 (clean): rm DOC/* and *.tab.[ch]. (distclean): Not here. diff -r 40340d39257d -r 856edef96682 lib-src/Makefile.in --- 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