]> sourceware.org Git - automake.git/commit
For PR automake/317:
authorAlexandre Duret-Lutz <adl@gnu.org>
Sat, 8 Jun 2002 16:56:07 +0000 (16:56 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sat, 8 Jun 2002 16:56:07 +0000 (16:56 +0000)
commitbfc91c5bc7ec51e5544b4c868bc432e6e41ab9e9
treea927bb17b9693734c1224b4b7b0e766fe524be66
parent2085e7d65f5a2a845649dea8efc4156cdd0116df
For PR automake/317:
* Makefile.am (maintainer-check): Disallow `for f in $(FILES)',
suggest `list='$(FILES)'; for f in $$list' instead.
* lib/am/distdir.am (distdir): Adjust `for' usage.
* lib/am/texinfos.am (maintainer-clean-aminfo): Likewise.
* tests/dollar.test: New file.
* tests/Makefile.am (TESTS): Add dollar.test.
Reported by Eric Siegerman and Philip Fong.
13 files changed:
ChangeLog
Makefile.am
Makefile.in
THANKS
lib/Automake/Makefile.in
lib/Makefile.in
lib/am/Makefile.in
lib/am/distdir.am
lib/am/texinfos.am
m4/Makefile.in
tests/Makefile.am
tests/Makefile.in
tests/dollar.test [new file with mode: 0755]
This page took 0.028571 seconds and 5 git commands to generate.