summaryrefslogtreecommitdiff
path: root/lib/am/clean.am
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1996-09-20 15:55:22 +0000
committerTom Tromey <tromey@redhat.com>1996-09-20 15:55:22 +0000
commit54c01922a4a95ca37ef50e441471bad2c817ba85 (patch)
tree2ebca13630ad8a896140e3c900106b1d559e54bc /lib/am/clean.am
parent151c476864710441055bf6e03b7215fc84552c2d (diff)
downloadautomake-54c01922a4a95ca37ef50e441471bad2c817ba85.tar.gz
Allow config.h in subdir; other config.h cleanups
Diffstat (limited to 'lib/am/clean.am')
-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 387d245f1..165f115c0 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 $(CONFIG_HEADER) stamp-h
+ rm -f config.cache config.log stamp-h
test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
maintainer-clean-generic: