From: Antony Dovgal Date: Thu, 11 Nov 2004 06:57:06 +0000 (+0000) Subject: fix #30751 (phpinfo() shows the same ini path after reconfigure with --with-config... X-Git-Tag: RELEASE_0_2~707 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d33eb145691c5091cc11728b52378c602a22659e;p=php fix #30751 (phpinfo() shows the same ini path after reconfigure with --with-config-file-path) --- diff --git a/ext/standard/Makefile.frag b/ext/standard/Makefile.frag index f68fcea405..c3a27b0a48 100644 --- a/ext/standard/Makefile.frag +++ b/ext/standard/Makefile.frag @@ -8,6 +8,6 @@ $(srcdir)/var_unserializer.c: $(srcdir)/var_unserializer.re $(srcdir)/url_scanner_ex.c: $(srcdir)/url_scanner_ex.re $(RE2C) -b $(srcdir)/url_scanner_ex.re > $@ -$(srcdir)/info.c: $(builddir)/../../main/build-defs.h +$(builddir)/info.lo: $(builddir)/../../main/build-defs.h $(builddir)/basic_functions.lo: Zend/zend_language_parser.h