Browse Source

Rebuild config.h.in whenever configure changes

PHP-4.0.5
Sascha Schumann 27 years ago
parent
commit
6e1884a352
  1. 2
      build/build2.mk

2
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 $@

Loading…
Cancel
Save