Skip to content

Commit

Permalink
Fixed buffring issue again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasuo Ohgaki committed Oct 23, 2002
1 parent cdecc42 commit 4dfba15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.global
Original file line number Diff line number Diff line change
Expand Up @@ -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) $(top_srcdir)/run-tests.php $(TESTS)
$(top_builddir)/$(SAPI_CLI_PATH) -c $(top_srcdir)/php.ini-dist $(top_srcdir)/run-tests.php $(TESTS)

clean:
find . -name \*.lo -o -name \*.o | xargs rm -f
Expand Down

0 comments on commit 4dfba15

Please sign in to comment.