summaryrefslogtreecommitdiff
path: root/lib
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
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')
-rw-r--r--lib/am/clean.am1
-rw-r--r--lib/am/configure.am13
2 files changed, 3 insertions, 11 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 \
diff --git a/lib/am/configure.am b/lib/am/configure.am
index 6e93de86e..d33d4f0c2 100644
--- a/lib/am/configure.am
+++ b/lib/am/configure.am
@@ -82,14 +82,7 @@ if %?TOPDIR_P%
distclean:
-rm -f config.status config.cache config.log
-maintainer-clean-am: maintainer-clean-conf
-
-if %?REGEN-ACLOCAL-M4%
-maintainer-clean-conf:
- -rm -f configure aclocal.m4
-else ! %?REGEN-ACLOCAL-M4%
-maintainer-clean-conf:
- -rm -f configure
-endif ! %?REGEN-ACLOCAL-M4%
-
+## Note: you might think we should remove Makefile.in, configure, or
+## aclocal.m4 here in a maintainer-clean rule. However, the GNU
+## Coding Standards explicitly prohibit this.
endif %?TOPDIR_P%