* 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 bceb07d..a461aeb 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 c6e17bc..a86be0b 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;