]> granicus.if.org Git - php/commitdiff
- Remove this messed up thing AGAIN
authorDerick Rethans <derick@php.net>
Wed, 23 Oct 2002 08:46:49 +0000 (08:46 +0000)
committerDerick Rethans <derick@php.net>
Wed, 23 Oct 2002 08:46:49 +0000 (08:46 +0000)
#- Yasuo: touch it and I'll fly over applying a YART on you.

Makefile.global

index 99050b739d4c0f532a5e5c04802d92d445e758c1..29e9a551ad3665b8abd6ed332b4394fcd31df003 100644 (file)
@@ -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