]> sourceware.org Git - automake.git/commitdiff
* automake.in (generate_makefile): Better explanation for ansi2knr
authorTom Tromey <tromey@redhat.com>
Thu, 24 May 2001 05:58:48 +0000 (05:58 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 24 May 2001 05:58:48 +0000 (05:58 +0000)
fix.

ChangeLog
automake.in

index bceb07d1469c678ddb93285df7206142bd89a3a3..a461aeb436a1c4d5b25dbc54f9f03780ee4a6037 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-05-24  Tom Tromey  <tromey@redhat.com>
+
+       * automake.in (generate_makefile): Better explanation for ansi2knr
+       fix.
+
 2001-05-23  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * automake.in (handle_languages, handle_single_transform_list):
index c6e17bc874dad6f254d08f79bde6b7d1f3e7ecbd..a86be0b4e68eb7be56a112bceb268bd17d49241c 100755 (executable)
@@ -1239,8 +1239,9 @@ sub generate_makefile
     &handle_scripts;
 
     # This must run first so that the ANSI2KNR definition is generated
-    # before it is used by the _.c rules.  This works around an
-    # obscure bug.
+    # 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.
     &handle_compile;
     # This must be run after all the sources are scanned.
     &handle_languages;
This page took 0.035914 seconds and 5 git commands to generate.