]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
do more in distclean
authorDavid J. MacKenzie <djm@gnu.org>
Sun, 2 Oct 1994 01:30:33 +0000 (01:30 +0000)
committerDavid J. MacKenzie <djm@gnu.org>
Sun, 2 Oct 1994 01:30:33 +0000 (01:30 +0000)
clean.am
lib/am/clean.am

index 5376322eb167913962a77092ee5009c9c0104613..6a3c85fb86055da2e20a8f25e7ca19ea5a4e5400 100644 (file)
--- a/clean.am
+++ b/clean.am
@@ -6,6 +6,8 @@ clean: mostlyclean
 
 distclean: clean
        rm -f Makefile *.tab.c $(DISTCLEANFILES)
+       rm -f Makefile config.cache config.log config.status
+       rm -f ${CONFIG_HEADER} stamp-h
 
 realclean: distclean
        rm -f TAGS
index 5376322eb167913962a77092ee5009c9c0104613..6a3c85fb86055da2e20a8f25e7ca19ea5a4e5400 100644 (file)
@@ -6,6 +6,8 @@ clean: mostlyclean
 
 distclean: clean
        rm -f Makefile *.tab.c $(DISTCLEANFILES)
+       rm -f Makefile config.cache config.log config.status
+       rm -f ${CONFIG_HEADER} stamp-h
 
 realclean: distclean
        rm -f TAGS