Fix PR automake/315:
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 24 Apr 2002 07:36:00 +0000 (07:36 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 24 Apr 2002 07:36:00 +0000 (07:36 +0000)
commita598e3dc4ae1a977c1c811deaf963efb541790c9
tree640d8188488c29aab1b8fc348378f96a80979c08
parent71f8b2cb45d2b2638e6e28c44d5113aea6f3e622
Fix PR automake/315:
* automake.in (subobjname): Rewrite to generate variable name
unique for each content.
(%substnums): Remove.
(%subobjvar): New hash.
(initialize_per_input): Clear %subobjvar.
(define_objects_from_sources): Return the name of the variable
defined, in addition to the linker.  Call subobjname only once
the content of the variable to define is known.
(handle_source_transform): Adjust call to define_objects_from_sources.
* tests/specflags8.test: Mention PR 315.
* tests/subobjname.test: New file.
* tests/Makefile.am (XFAIL_TESTS): Remove specflags8.test.
(TESTS): Add subobjname.test.
ChangeLog
THANKS
automake.in
tests/Makefile.am
tests/Makefile.in
tests/specflags8.test
tests/subobjname.test [new file with mode: 0755]