diff options
author | Jan Lehnardt <jan@php.net> | 2002-10-23 17:56:42 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@php.net> | 2002-10-23 17:56:42 +0000 |
commit | e96e0ae002e7a450fc1b56150f3163600951ba77 (patch) | |
tree | 61aa0db649260a9b9c76d17396f586aec13913e5 /Makefile.global | |
parent | b7703551edd4dc3107bbe3e0916ac53e869354ed (diff) | |
download | php-git-e96e0ae002e7a450fc1b56150f3163600951ba77.tar.gz |
- use the cc that was detected by ./configure when determining version
information in run-tests.php
Diffstat (limited to 'Makefile.global')
-rw-r--r-- | Makefile.global | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.global b/Makefile.global index 29e9a551ad..f22e42095b 100644 --- a/Makefile.global +++ b/Makefile.global @@ -49,6 +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) \ $(top_builddir)/$(SAPI_CLI_PATH) $(top_srcdir)/run-tests.php $(TESTS) clean: |