]> sourceware.org Git - automake.git/commit
* automake.in (handle_languages): Define %DEPBASE% conditionally
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 30 Dec 2003 23:49:57 +0000 (23:49 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 30 Dec 2003 23:49:57 +0000 (23:49 +0000)
commit70fb55c1d476dfb78389535e9ee527d7fd783fb8
tree243435bb762798152a59d5e325751a52f4fcfa73
parentc67f5b87d92d727ff20dd5b7a068e3251ded9453
* automake.in (handle_languages): Define %DEPBASE% conditionally
on subdir-objects.  Define SUBDIROBJ.  Do not clean *_.c files
here ...
(lang_c_finish): ... do it here.
(handle_single_transform_list): Do not output specific rules for
subdir-objects files which are not renamed.  This should reduce
the size of Makefiles with lots of subdirectory sources.
* lib/depcomp: Simplify computation of dependency output, and use
DEPDIR.
* lib/am/depend2.am (%EXT%.o, %EXT%.obj, %EXT%.lo): Adjust call
to depcomp.  Compute depbase on-the-fly in generic fastdep rules
for subdir-objects.
* tests/ansi9.test: Do not grep for an explicit rule that
we no longer expect.  Really run $MAKE to make sure the chain
of rules works.
* tests/yacc5.test: Do not grep for an explicit rule that
we no longer expect.  Adjust to use set -e.
ChangeLog
NEWS
automake.in
lib/am/depend2.am
lib/depcomp
tests/ansi9.test
tests/yacc5.test
This page took 0.028034 seconds and 5 git commands to generate.