summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1997-04-30 21:26:07 +0000
committerTom Tromey <tromey@redhat.com>1997-04-30 21:26:07 +0000
commitae84476ef94f64d581600a50e4cfc8d9e15bc316 (patch)
treecba72342d41a1d06397729ef974b12ac7c17ba97 /lib
parent6e1da29eb14b8e4a3a07abc848b9654f6dfbf766 (diff)
downloadautomake-ae84476ef94f64d581600a50e4cfc8d9e15bc316.tar.gz
fix from ian
Diffstat (limited to 'lib')
-rw-r--r--lib/am/clean.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/am/clean.am b/lib/am/clean.am
index 165f115c0..86cd50e1b 100644
--- a/lib/am/clean.am
+++ b/lib/am/clean.am
@@ -27,7 +27,7 @@ clean-generic:
distclean-generic:
rm -f Makefile $(DISTCLEANFILES)
- rm -f config.cache config.log stamp-h
+ rm -f config.cache config.log stamp-h stamp-h[0-9]*
test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
maintainer-clean-generic: