summaryrefslogtreecommitdiff
path: root/Makefile.global
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2002-10-23 08:46:49 +0000
committerDerick Rethans <derick@php.net>2002-10-23 08:46:49 +0000
commita729a63a23b617bf8f2cc69d57b7876eb3af104e (patch)
tree50bb570eaf5233479e21d2d62bb63c600fa28ce2 /Makefile.global
parentd313b3c2855052c6b87bd67ddaa2f794fd112d0e (diff)
downloadphp-git-a729a63a23b617bf8f2cc69d57b7876eb3af104e.tar.gz
- Remove this messed up thing AGAIN
#- Yasuo: touch it and I'll fly over applying a YART on you.
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 99050b739d..29e9a551ad 100644
--- a/Makefile.global
+++ b/Makefile.global
@@ -49,7 +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) \
- $(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