From: Alexandre Duret-Lutz Date: Sun, 26 Oct 2003 22:07:46 +0000 (+0000) Subject: * lib/am/remake-hdr.am ($(srcdir)/%CONFIG_HIN%): Depend on X-Git-Tag: Release-1-7b~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf318d28ab3fcb31cab52c7f1f00bb391a68d1d4;p=thirdparty%2Fautomake.git * lib/am/remake-hdr.am ($(srcdir)/%CONFIG_HIN%): Depend on $(am__configure_deps). --- diff --git a/ChangeLog b/ChangeLog index 9b964fcd9..fc100f9df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2003-10-26 Alexandre Duret-Lutz + * 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. diff --git a/lib/am/remake-hdr.am b/lib/am/remake-hdr.am index c9b8070da..5cf5a9573 100644 --- a/lib/am/remake-hdr.am +++ b/lib/am/remake-hdr.am @@ -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