From: foobar Date: Wed, 15 Jan 2003 09:31:41 +0000 (+0000) Subject: Fixed the bad MFH X-Git-Tag: PHP_4_3_before_13561_fix~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c51c2b3dc59a8c32d4f836efd4a00c3cf990050;p=php Fixed the bad MFH --- diff --git a/Makefile.global b/Makefile.global index eaf408846c..5cb0642690 100644 --- a/Makefile.global +++ b/Makefile.global @@ -49,7 +49,7 @@ install-su: install-pear install-tester test: $(SAPI_CLI_PATH) @TEST_PHP_EXECUTABLE=$(top_builddir)/$(SAPI_CLI_PATH) \ TEST_PHP_SRCDIR=$(top_srcdir) \ - "CC=$(CC)" \ + CC="$(CC)" \ $(top_builddir)/$(SAPI_CLI_PATH) -d 'open_basedir=' -d 'safe_mode=0' $(top_srcdir)/run-tests.php $(TESTS) clean: