From: Sascha Schumann Date: Thu, 30 Dec 1999 06:07:56 +0000 (+0000) Subject: Rebuild config.h.in whenever configure changes X-Git-Tag: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH~129 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e1884a352ed2fb5759c032552dae03504bd4c7d;p=php Rebuild config.h.in whenever configure changes --- diff --git a/build/build2.mk b/build/build2.mk index c33d459d2c..b5413143f5 100644 --- a/build/build2.mk +++ b/build/build2.mk @@ -73,7 +73,7 @@ $(makefile_in_files): $(makefile_am_files) aclocal.m4 configure.in $(config_m4_f aclocal.m4: configure.in acinclude.m4 aclocal -$(config_h_in): configure.in acconfig.h +$(config_h_in): configure acconfig.h # explicitly remove target since autoheader does not seem to work # correctly otherwise (timestamps are not updated) @echo rebuilding $@