summaryrefslogtreecommitdiff
path: root/lib/am/configure.am
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2002-01-06 20:38:07 +0000
committerTom Tromey <tromey@redhat.com>2002-01-06 20:38:07 +0000
commit0b12c40df02ffba3580677c1a04e25ea51e40709 (patch)
tree6221030cd5c3e9076e629d851b0a159e3bd5e20a /lib/am/configure.am
parent157b85267ae69f5f494332818e9fc406ff9e2236 (diff)
downloadautomake-0b12c40df02ffba3580677c1a04e25ea51e40709.tar.gz
2002-01-06 Raja R Harinath <harinath@cs.umn.edu>
* lib/am/configure.am (%MAKEFILE%): Pass `depfiles' to config.status.
Diffstat (limited to 'lib/am/configure.am')
-rw-r--r--lib/am/configure.am4
1 files changed, 3 insertions, 1 deletions
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