From 4ac12414261adc44d3279b9be0e5a543ee893ea4 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Thu, 11 Nov 2004 07:01:16 +0000 Subject: [PATCH] MFH: fix #30751 (phpinfo() shows the same ini path after reconfigure with --with-config-file-path) --- ext/standard/Makefile.frag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/Makefile.frag b/ext/standard/Makefile.frag index db59d39782..99e738265f 100644 --- a/ext/standard/Makefile.frag +++ b/ext/standard/Makefile.frag @@ -7,4 +7,4 @@ $(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 -- 2.50.1