Browse Source

- Revert the undiscussed change.

#
# Yasuo, don't you think there was a reason to drop this???
# Please, discuss these things before you go and change something.
#
experimental/threaded
foobar 24 years ago
parent
commit
12fc60c625
  1. 2
      Makefile.global

2
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 $(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

Loading…
Cancel
Save