* automake.in (lang_yacc_target_hook): Use Automake::Rule::define
commitba3a87d8e59914b8c3f938b7e5100cad03be5c76
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 29 Feb 2004 19:10:41 +0000 (29 19:10 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sun, 29 Feb 2004 19:10:41 +0000 (29 19:10 +0000)
treef3d780bbdda90399aff22a4b47d399f3d27a048e
parent29bd94b669fe5b33f4c36b4b2dc66c1dd028ea57
* 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
NEWS
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]