summaryrefslogtreecommitdiff
path: root/lib/am/clean.am
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2001-02-27 09:12:42 +0000
committerAkim Demaille <akim@epita.fr>2001-02-27 09:12:42 +0000
commite8133bcf9b3314171647e9f40157349c53ce08fe (patch)
tree4328a0430212037d2137656ab8731f2823e85552 /lib/am/clean.am
parent833912f601dd7be2df60393826207e556b7d46b8 (diff)
downloadautomake-e8133bcf9b3314171647e9f40157349c53ce08fe.tar.gz
Distinguish automake substitutions from config.status
substitutions. * automake.in (&add_depend2): Transform AMDEP. (&handle_clean): Transform MCFILES and MFILES. (&file_contents): Transform MAINTAINER_MODE. (&transform, &am_install_var): Use `%', not `@'. Adjust all the *.am files. * clean.am: Use ?MFILES? instead of ad hoc MAINTAINERCLEAN. * depend2.am: Display the double dependency on both ?AMDEP? and @AMDEP@.
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 a699bc9b1..701d61e10 100644
--- a/lib/am/clean.am
+++ b/lib/am/clean.am
@@ -40,7 +40,7 @@ maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
-rm -f Makefile.in
-MAINTAINERCLEAN -test -z "@MCFILES@" || rm -f @MFILES@
+?MFILES? -test -z "%MCFILES%" || rm -f %MFILES%
.PHONY: clean mostlyclean distclean maintainer-clean \
clean-generic mostlyclean-generic distclean-generic maintainer-clean-generic