From 469426263e2370e85af7e29708eea42879368c3a Mon Sep 17 00:00:00 2001 From: Dereckson Date: Thu, 10 Jan 2013 04:12:42 +0100 Subject: [PATCH] (bug 43808) PHPUnit Makefile is now compatible with BSD make. Change-Id: Icf2d340524760ad17913a2e4231396a82c2dddf5 --- tests/phpunit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/Makefile b/tests/phpunit/Makefile index 8a55dae0e6..c3e2a30375 100644 --- a/tests/phpunit/Makefile +++ b/tests/phpunit/Makefile @@ -2,7 +2,7 @@ .DEFAULT: warning SHELL = /bin/sh -CONFIG_FILE = $(shell pwd)/suite.xml +CONFIG_FILE = ${PWD}/suite.xml PHP = php PU = ${PHP} phpunit.php --configuration ${CONFIG_FILE} ${FLAGS} -- 2.20.1