From 3750cea9e137fc33b8f069533358a119a8725cb6 Mon Sep 17 00:00:00 2001 From: krakjoe Date: Thu, 5 Dec 2013 23:12:02 +0000 Subject: [PATCH] use current build of php --- Makefile.frag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.frag b/Makefile.frag index 848027b17c..8a9528b7b3 100644 --- a/Makefile.frag +++ b/Makefile.frag @@ -21,7 +21,7 @@ clean-phpdbg: test-phpdbg: @echo "Running phpdbg tests ..." - @php sapi/phpdbg/tests/run-tests.php --phpdbg sapi/phpdbg/phpdbg + @$(top_builddir)/sapi/cli/php sapi/phpdbg/tests/run-tests.php --phpdbg sapi/phpdbg/phpdbg .PHONY: clean-phpdbg test-phpdbg -- 2.50.1