summaryrefslogtreecommitdiff
path: root/Makefile.global
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-10-22 00:18:26 +0000
committerfoobar <sniper@php.net>2002-10-22 00:18:26 +0000
commit12fc60c625810280924bb5f76c5818d9dfc80098 (patch)
tree64ccd7944e1783c94a2af75bc06eeb51d4b2fb98 /Makefile.global
parent54fdd7a8f0df60e61ace953e2799bd428546f1bf (diff)
downloadphp-git-12fc60c625810280924bb5f76c5818d9dfc80098.tar.gz
- Revert the undiscussed change.
# # Yasuo, don't you think there was a reason to drop this??? # Please, discuss these things before you go and change something. #
Diffstat (limited to 'Makefile.global')
-rw-r--r--Makefile.global2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.global b/Makefile.global
index 8ee68533ec..c684bfe914 100644
--- a/Makefile.global
+++ b/Makefile.global
@@ -48,7 +48,7 @@ install-su: install-pear install-tester
test: $(SAPI_CLI_PATH)
@TEST_PHP_EXECUTABLE=$(top_builddir)/$(SAPI_CLI_PATH) \
- $(top_builddir)/$(SAPI_CLI_PATH) -c $(top_srcdir)/php.ini-dist $(top_srcdir)/run-tests.php $(TESTS)
+ $(top_builddir)/$(SAPI_CLI_PATH) $(top_srcdir)/run-tests.php $(TESTS)
clean:
find . -name \*.lo -o -name \*.o | xargs rm -f