derick Thu Jan 2 08:01:34 2003 EDT
Modified files:
/php4 Makefile.global
Log:
- Fix "make test" when CC was set to something with a parameter
Index: php4/Makefile.global
diff -u php4/Makefile.global:1.41 php4/Makefile.global:1.42
--- php4/Makefile.global:1.41 Mon Dec 9 10:32:17 2002
+++ php4/Makefile.global Thu Jan 2 08:01:33 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