* lib/am/remake-hdr.am ($(srcdir)/%CONFIG_HIN%): Depend on
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 26 Oct 2003 22:07:46 +0000 (22:07 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sun, 26 Oct 2003 22:07:46 +0000 (22:07 +0000)
$(am__configure_deps).

ChangeLog
lib/am/remake-hdr.am

index 9b964fc..fc100f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2003-10-26  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       * lib/am/remake-hdr.am ($(srcdir)/%CONFIG_HIN%): Depend on
+       $(am__configure_deps).
+
        * automake.in (handle_configure): Distribute all AC_CONFIG_HEADERS
        sources, and without using require_file.  Define %CONFIG_H_DEPS%
        and %FIRST_CONFIG_HIN% while processing remake-hdr.am.
index c9b8070..5cf5a95 100644 (file)
@@ -36,7 +36,7 @@
 ## Only the first file of AC_CONFIG_HEADERS is assumed to be generated
 ## by autoheader.
 if %?FIRST_CONFIG_HIN%
-$(srcdir)/%CONFIG_HIN%: %MAINTAINER-MODE% $(top_srcdir)/%CONFIGURE-AC% $(ACLOCAL_M4) %FILES%
+$(srcdir)/%CONFIG_HIN%: %MAINTAINER-MODE% $(top_srcdir)/%CONFIGURE-AC% $(ACLOCAL_M4) $(am__configure_deps) %FILES%
        cd $(top_srcdir) && $(AUTOHEADER)
 ## Autoheader has the bad habit of not changing the time stamp if
 ## config.hin is unchanged, which breaks Make targets.  Since what