From 0b12c40df02ffba3580677c1a04e25ea51e40709 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 6 Jan 2002 20:38:07 +0000 Subject: [PATCH] 2002-01-06 Raja R Harinath * lib/am/configure.am (%MAKEFILE%): Pass `depfiles' to config.status. --- ChangeLog | 5 +++++ lib/am/configure.am | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 13058f3a8..6f7c3f37e 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 fe106179d..a9a714396 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 -- 2.47.2