]> git.eshelyaron.com Git - emacs.git/commitdiff
(clean): rm DOC/* and *.tab.[ch].
authorRichard M. Stallman <rms@gnu.org>
Tue, 11 Oct 1994 21:22:28 +0000 (21:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 11 Oct 1994 21:22:28 +0000 (21:22 +0000)
(distclean): Not here.

lib-src/Makefile.in

index 0d4d13dd82930ca68b728ea352622f723b213942..c8e698b78ee4fd25e4594de5bf42eb1b64246267 100644 (file)
@@ -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