derick Thu Jan 2 08:01:53 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4 Makefile.global
Log:
- MFH: Fix "make test" when CC was set to something with a parameter
Index: php4/Makefile.global
diff -u php4/Makefile.global:1.40 php4/Makefile.global:1.40.2.1
--- php4/Makefile.global:1.40 Tue Nov 12 12:40:38 2002
+++ php4/Makefile.global Thu Jan 2 08:01:53 2003
@@ -49,7 +49,7 @@
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:
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php