For PR automake/428:
commit68acb54a58e22f4ad83ed9de1b885b9c78bd9b1a
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 11 Jul 2004 22:07:25 +0000 (11 22:07 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sun, 11 Jul 2004 22:07:25 +0000 (11 22:07 +0000)
tree07011f700445ed227d935931d98a7c99fa6ffab6
parent1f42d9a8df3d30affdc7b9ba64a7d5b2236ad160
For PR automake/428:
Support for conditionally defined -hook and -local rules.
* automake.in (user_phony_rule): New function.
(handle_dist, handle_install, handle_all, do_check_merge_target,
handle_factored_dependencies): Use user_phony_rule before
adding a user -hook or -local rule as a dependency to ensure
it is always defined an phony.
* tests/cond37.test, tests/condhook.test: New files.
* tests/Makefile.am (TESTS): Add them.
Report from Simon Josefsson and Nik A. Melchior.
ChangeLog
NEWS
THANKS
automake.in
doc/stamp-vti
doc/version.texi
tests/Makefile.am
tests/Makefile.in
tests/cond37.test [new file with mode: 0755]
tests/condhook.test [new file with mode: 0755]