diff options
author | Sascha Schumann <sas@php.net> | 1999-12-30 06:07:56 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-12-30 06:07:56 +0000 |
commit | 6e1884a352ed2fb5759c032552dae03504bd4c7d (patch) | |
tree | dfc4d7111eadf37ac4d268fe84f75aab1e8f4a36 /build/build2.mk | |
parent | 531b5ecbfcb11aa78b21c3dbfa00d37bb7839faf (diff) | |
download | php-git-6e1884a352ed2fb5759c032552dae03504bd4c7d.tar.gz |
Rebuild config.h.in whenever configure changes
Diffstat (limited to 'build/build2.mk')
-rw-r--r-- | build/build2.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 $@ |