From: Tom Tromey Date: Sun, 6 Jan 2002 20:38:07 +0000 (+0000) Subject: 2002-01-06 Raja R Harinath X-Git-Tag: Release-1-5d~52 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=662f070bd72937312485909075e37d2a864e1003;p=automake.git 2002-01-06 Raja R Harinath * lib/am/configure.am (%MAKEFILE%): Pass `depfiles' to config.status. --- diff --git a/ChangeLog b/ChangeLog index 13058f3a..6f7c3f37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-01-06 Raja R Harinath + + * lib/am/configure.am (%MAKEFILE%): Pass `depfiles' to + config.status. + 2002-01-06 Tom Tromey * automake.texi (Tags): Document new variables. diff --git a/lib/am/configure.am b/lib/am/configure.am index fe106179..a9a71439 100644 --- a/lib/am/configure.am +++ b/lib/am/configure.am @@ -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