]> granicus.if.org Git - php/commitdiff
Fixed the bad MFH
authorfoobar <sniper@php.net>
Wed, 15 Jan 2003 09:31:41 +0000 (09:31 +0000)
committerfoobar <sniper@php.net>
Wed, 15 Jan 2003 09:31:41 +0000 (09:31 +0000)
Makefile.global

index eaf408846c603c2c13270448a4a09d53b3130a8d..5cb06426908611646bd0f9528a746c42510e7c72 100644 (file)
@@ -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: