From: Derick Rethans Date: Thu, 2 Jan 2003 13:01:53 +0000 (+0000) Subject: - MFH: Fix "make test" when CC was set to something with a parameter X-Git-Tag: PHP_4_3_before_13561_fix~147 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=680e256d17e6099f678453c1bcd3cf06833cbf06;p=php - MFH: Fix "make test" when CC was set to something with a parameter --- diff --git a/Makefile.global b/Makefile.global index be922fce90..eaf408846c 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: