* lib/Automake/Variable.pm (output): Add $(am__empty) to variable
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 24 Nov 2003 22:13:42 +0000 (22:13 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 24 Nov 2003 22:13:42 +0000 (22:13 +0000)
commit2028e01ef30db15989a059a42f389052f0f3a747
tree259f62795a04f185cbe0dd91f74846510438f604
parentb50a6495d8e7f7dfdfcc2c417c9c56a6ed149180
* lib/Automake/Variable.pm (output): Add $(am__empty) to variable
definitions that end with a line full of @substitutions@ that
would confuse HP-UX Make if it were blank.
(transform_variable_recursively): Make sure not to erase empty
variables.
* tests/Makefile.am (TESTS): Add subst2.test.
* tests/subst2.test: New file.
Report from Harlan Stenn.
ChangeLog
lib/Automake/Variable.pm
tests/Makefile.am
tests/Makefile.in
tests/subst2.test [new file with mode: 0755]