summaryrefslogtreecommitdiff
path: root/Makefile.global
diff options
context:
space:
mode:
authorjim winstead <jimw@php.net>2002-03-18 03:51:40 +0000
committerjim winstead <jimw@php.net>2002-03-18 03:51:40 +0000
commitc91474615c92a2d513824e21e8cd002116a8c15f (patch)
tree2c15de89fadda2d739b72c99190879b036387f41 /Makefile.global
parent349936c93e83ab79d917473ee491a4c7be7f7db2 (diff)
downloadphp-git-c91474615c92a2d513824e21e8cd002116a8c15f.tar.gz
make test: '-c' flag doesn't work like this expects (it takes a
directory, not a file), and this isn't necessary.
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 d5a3c4a3df..2989987e53 100644
--- a/Makefile.global
+++ b/Makefile.global
@@ -55,7 +55,7 @@ install-su: install-pear install-tester
test: sapi/cli/php
TOP_BUILDDIR=$(top_builddir) TOP_SRCDIR=$(top_srcdir) \
- $(top_builddir)/sapi/cli/php -c $(top_srcdir)/php.ini-dist $(top_srcdir)/run-tests.php $(TESTS)
+ $(top_builddir)/sapi/cli/php $(top_srcdir)/run-tests.php $(TESTS)
clean:
find . -name \*.lo -o -name \*.o -o -name \*.la -o -name \*.a| xargs rm -f