From: Dereckson Date: Thu, 10 Jan 2013 03:12:42 +0000 (+0100) Subject: (bug 43808) PHPUnit Makefile is now compatible with BSD make. X-Git-Tag: 1.31.0-rc.0~21083 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=commitdiff_plain;h=469426263e2370e85af7e29708eea42879368c3a;p=lhc%2Fweb%2Fwiklou.git (bug 43808) PHPUnit Makefile is now compatible with BSD make. Change-Id: Icf2d340524760ad17913a2e4231396a82c2dddf5 --- 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}