derick Wed Oct 23 04:46:50 2002 EDT
Modified files:
/php4 Makefile.global
Log:
- Remove this messed up thing AGAIN
#- Yasuo: touch it and I'll fly over applying a YART on you.
Index: php4/Makefile.global
diff -u php4/Makefile.global:1.34 php4/Makefile.global:1.35
--- php4/Makefile.global:1.34 Tue Oct 22 21:21:04 2002
+++ php4/Makefile.global Wed Oct 23 04:46:49 2002
@@ -49,7 +49,7 @@
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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php