* automake.in (lang_yacc_target_hook): Use Automake::Rule::define
commit2ac4685e495eae08c7b7ca778558102a70af28a1
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 29 Feb 2004 19:10:21 +0000 (29 19:10 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sun, 29 Feb 2004 19:10:21 +0000 (29 19:10 +0000)
tree8b7400fbfa41cc564276e313582bb358d6707da7
parenta9800a566efb292d0cba6301815e40c42ff1b552
* automake.in (lang_yacc_target_hook): Use Automake::Rule::define
so that rules for the same headers are not output twice.
* lib/Automake/Variable.pm (value_as_list_recursive): Do not
call `return' inside `map'.
* tests/cond30.test: Make sure `a.c' and `b.c' both appear
in the Makefile.in.
* tests/cond35.test, tests/cond36.test: New files.
* tests/Makefile.am (TESTS): Add cond35.test and cond36.test.
Report from Roman Fietze.
ChangeLog
THANKS
automake.in
lib/Automake/Variable.pm
tests/Makefile.am
tests/Makefile.in
tests/cond30.test
tests/cond35.test [new file with mode: 0755]
tests/cond36.test [new file with mode: 0755]