From: David J. MacKenzie Date: Sun, 2 Oct 1994 01:30:33 +0000 (+0000) Subject: do more in distclean X-Git-Tag: Release-0-25~430 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f8ed19fe7086b3f83909be21d35c3a00a547741;p=thirdparty%2Fautomake.git do more in distclean --- diff --git a/clean.am b/clean.am index 5376322eb..6a3c85fb8 100644 --- 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 diff --git a/lib/am/clean.am b/lib/am/clean.am index 5376322eb..6a3c85fb8 100644 --- a/lib/am/clean.am +++ b/lib/am/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