From 1d3a5692dee49a8fa01b0b74bf4d24541f09e66d Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 31 Dec 2003 22:13:07 +0000 Subject: [PATCH] * automake.in (generate_makefile): Update misleading comment. --- ChangeLog | 2 ++ automake.in | 10 +++------- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index b483cbd74..36ecd06b0 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 a373e6212..ab7ffde13 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. -- 2.47.2