]> sourceware.org Git - automake.git/commitdiff
2002-01-06 Raja R Harinath <harinath@cs.umn.edu>
authorTom Tromey <tromey@redhat.com>
Sun, 6 Jan 2002 20:38:07 +0000 (20:38 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 6 Jan 2002 20:38:07 +0000 (20:38 +0000)
* lib/am/configure.am (%MAKEFILE%): Pass `depfiles' to
config.status.

ChangeLog
lib/am/configure.am

index 13058f3a86c9a091c3204d3428d1f1baa8285399..6f7c3f37e9ad079f3263bae60f5a4c9254dc90e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-01-06  Raja R Harinath  <harinath@cs.umn.edu>
+
+       * lib/am/configure.am (%MAKEFILE%): Pass `depfiles' to
+       config.status.
+
 2002-01-06  Tom Tromey  <tromey@redhat.com>
 
        * automake.texi (Tags): Document new variables.
index fe106179d25a79948e7c37e89e1392a59571f66e..a9a7143961fbbe3cf97356c6550dc69e66ee7565 100644 (file)
@@ -28,7 +28,9 @@
 
 ## This rule remakes the Makefile.
 %MAKEFILE%: %MAINTAINER-MODE% %MAKEFILE-IN% %MAKEFILE-DEPS% $(top_builddir)/config.status
-       cd $(top_builddir) && $(SHELL) ./config.status %CONFIG-MAKEFILE%
+## FIXME: `depfiles' lets us re-run the rule to create the .P files.
+## Ideally we wouldn't have to do this by hand.
+       cd $(top_builddir) && $(SHELL) ./config.status %CONFIG-MAKEFILE% depfiles
 
 
 
This page took 0.035336 seconds and 5 git commands to generate.