* automake.in (require_file_internal): Pass $file as second
authorTom Tromey <tromey@redhat.com>
Thu, 23 Nov 2000 21:42:38 +0000 (21:42 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 23 Nov 2000 21:42:38 +0000 (21:42 +0000)
argument to maybe_push_required_file.  Fixes PR automake/87.

ChangeLog
automake.in

index 9eb061a..172f491 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-11-23  Tom Tromey  <tromey@cygnus.com>
+
+       * automake.in (require_file_internal): Pass $file as second
+       argument to maybe_push_required_file.  Fixes PR automake/87.
+
 2000-11-18  Tom Tromey  <tromey@cygnus.com>
 
        * m4/depend.m4 (AM_DEPENDENCIES): Redirect `$am_depcomp' stdout to
index d8254e5..89a88c9 100755 (executable)
@@ -7569,7 +7569,7 @@ sub require_file_internal
                    }
 
                    &maybe_push_required_file (&dirname ($errfile),
-                                              $errfile, $errfile);
+                                              $file, $errfile);
                }
 
                local ($save) = $exit_status;