summaryrefslogtreecommitdiff
path: root/Makefile.global
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-06-29 11:47:36 +0000
committerAntony Dovgal <tony2001@php.net>2007-06-29 11:47:36 +0000
commit83bc0eb73982e516702a6594bf82c695c55ce41e (patch)
treec0ba93f5983cf6f26a65e1767bb249e6beb956d4 /Makefile.global
parentcc2bcefc4775e0723824da9aead42c1131a228ec (diff)
downloadphp-git-83bc0eb73982e516702a6594bf82c695c55ce41e.tar.gz
MFH
Diffstat (limited to 'Makefile.global')
-rw-r--r--Makefile.global2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.global b/Makefile.global
index 28a67f495f..8115f1e030 100644
--- a/Makefile.global
+++ b/Makefile.global
@@ -69,7 +69,7 @@ install-headers:
install-su: install-pear
-PHP_TEST_SHARED_EXTENSIONS=`(if test ! -z "$(PHP_MODULES)"; then for i in "$(PHP_MODULES)"; do . $$i ; echo -n "-d extension=$$dlname "; done; fi;)`
+PHP_TEST_SHARED_EXTENSIONS=`(if test ! -z "$(PHP_MODULES)"; then for i in $(PHP_MODULES); do . $$i ; echo -n "-d extension=$$dlname "; done; fi;)`
PHP_TEST_SETTINGS=-d 'open_basedir=' -d 'safe_mode=0' -d 'output_buffering=0' -d 'memory_limit=-1'
test: all