From: Alexandre Duret-Lutz Date: Wed, 31 Dec 2003 22:13:07 +0000 (+0000) Subject: * automake.in (generate_makefile): Update misleading comment. X-Git-Tag: Release-1-8b~116 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=f3b005c1445acd1191bccc6bb6c0bdbc80ef518b;p=automake.git * automake.in (generate_makefile): Update misleading comment. --- diff --git a/ChangeLog b/ChangeLog index b483cbd7..36ecd06b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-12-31 Alexandre Duret-Lutz + * automake.in (generate_makefile): Update misleading comment. + * automake.in (handle_languages): Define %DEPBASE% conditionally on subdir-objects. Define SUBDIROBJ. Do not clean *_.c files here ... diff --git a/automake.in b/automake.in index a373e621..ab7ffde1 100755 --- a/automake.in +++ b/automake.in @@ -6875,15 +6875,11 @@ sub generate_makefile ($$) handle_programs; handle_scripts; - # This must run first so that the ANSI2KNR definition is generated - # before it is used by the _.c rules. We have to do this because - # a variable which is used in a dependency must be defined before - # the target, or else make won't properly see it. + # These must be run after all the sources are scanned. They + # use variables defined by &handle_libraries, &handle_ltlibraries, + # or &handle_programs. handle_compile; - # This must be run after all the sources are scanned. handle_languages; - - # We have to run this after dealing with all the programs. handle_libtool; # Variables used by distdir.am and tags.am.