summaryrefslogtreecommitdiff
path: root/lib/am/clean.am
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2001-05-17 03:02:38 +0000
committerTom Tromey <tromey@redhat.com>2001-05-17 03:02:38 +0000
commit0d43099b0ed164d54a49e77aa8ffb671f3b3041c (patch)
tree345a58345eeb2dad64d0d757b1c19b9558ebb08d /lib/am/clean.am
parent9449973a13c0b616d03a19699f13f535ffc7895c (diff)
downloadautomake-0d43099b0ed164d54a49e77aa8ffb671f3b3041c.tar.gz
* tests/Makefile.am (TESTS): Removed maintclean.test.
* lib/am/clean.am (maintainer-clean-generic): Don't remove Makefile.in. * lib/am/configure.am (maintainer-clean-am): Removed. (maintainer-clean-conf): Removed. * tests/maintclean.test: Removed.
Diffstat (limited to 'lib/am/clean.am')
-rw-r--r--lib/am/clean.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/am/clean.am b/lib/am/clean.am
index 74fd23ecb..7d40c68b0 100644
--- a/lib/am/clean.am
+++ b/lib/am/clean.am
@@ -38,7 +38,6 @@ maintainer-clean-generic:
## the dependencies?
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
- -rm -f Makefile.in
?MFILES? -test -z "%MCFILES%" || rm -f %MFILES%
.PHONY: clean mostlyclean distclean maintainer-clean \