]> sourceware.org Git - automake.git/commit
For PR automake/370:
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 28 Nov 2002 21:01:51 +0000 (21:01 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 28 Nov 2002 21:01:51 +0000 (21:01 +0000)
commit542c36fd6dc815eb51cda48e12477e7a4ad33718
treed12ce8cbdedb93ba01a891daa7f029de2492e78c
parentd01330132dbd9bba8d9f034a6f4b460cbb265498
For PR automake/370:
* automake.in (handle_languages): Don't prepend $U to $myext
since handle_single_transform_list now appends it to $obj.
Process the rule twice to handle deansified files in subdirectories.
Mark _.c files in subdirectories for cleaning.
(handle_single_transform_list): Append $U to $obj_sans_ext if
needed: before this dependencies were output foo.Po instead
of foo$U.Po.  Don't output explicit dependencies for renamed
objects or sources in sub-directories: we already output
a full compile rule for them.
(lang_c_finish): Don't always use the full filename in the
.c -> _.c rule.  This reverts part of my change of 2002-11-21.
* tests/ansi6.test, tests/ansi7.test: Make sure deansified
files are created in the right directory, and cleaned.
Reported by Kevin Ryde.
ChangeLog
automake.in
tests/ansi6.test
tests/ansi7.test
This page took 0.025242 seconds and 5 git commands to generate.