sniper          Wed Jan 15 04:31:41 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4       Makefile.global 
  Log:
  Fixed the bad MFH
  
Index: php4/Makefile.global
diff -u php4/Makefile.global:1.40.2.1 php4/Makefile.global:1.40.2.2
--- php4/Makefile.global:1.40.2.1       Thu Jan  2 08:01:53 2003
+++ php4/Makefile.global        Wed Jan 15 04:31:41 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

Reply via email to