summaryrefslogtreecommitdiff
path: root/lib/am/clean-hdr.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-hdr.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-hdr.am')
-rw-r--r--lib/am/clean-hdr.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/am/clean-hdr.am b/lib/am/clean-hdr.am
index 973ff8658..3e5d454ac 100644
--- a/lib/am/clean-hdr.am
+++ b/lib/am/clean-hdr.am
@@ -19,4 +19,4 @@
.PHONY: distclean-hdr
distclean-am: distclean-hdr
distclean-hdr:
- -rm -f @FILES@
+ -rm -f %FILES%