summaryrefslogtreecommitdiff
path: root/Makefile.global
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2002-10-08 07:57:29 +0000
committerDerick Rethans <derick@php.net>2002-10-08 07:57:29 +0000
commit0e15cf7ac955fc8c7bf97ec246e275d109153a64 (patch)
treef03ed91641a6b31f062b7ea8d95f09430c9fe305 /Makefile.global
parent5a84ae648934418f082664124aa17704411ff5e8 (diff)
downloadphp-git-0e15cf7ac955fc8c7bf97ec246e275d109153a64.tar.gz
- Drop dependency on fixed php.ini
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 ed5ecb4bb6..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 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