diff options
author | foobar <sniper@php.net> | 2002-10-22 00:18:26 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2002-10-22 00:18:26 +0000 |
commit | 12fc60c625810280924bb5f76c5818d9dfc80098 (patch) | |
tree | 64ccd7944e1783c94a2af75bc06eeb51d4b2fb98 /Makefile.global | |
parent | 54fdd7a8f0df60e61ace953e2799bd428546f1bf (diff) | |
download | php-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.global | 2 |
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 |