From: foobar Date: Fri, 29 Jun 2007 15:13:33 +0000 (+0000) Subject: - More portable.. X-Git-Tag: BEFORE_IMPORT_OF_MYSQLND~339 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26c0fa6dbba8c4d9f6f18c2dc23d1312c8d44025;p=php - More portable.. --- diff --git a/Makefile.global b/Makefile.global index 00fe8ea296..75aa1d7b6e 100644 --- a/Makefile.global +++ b/Makefile.global @@ -70,10 +70,9 @@ install-headers: PHP_TEST_SETTINGS = -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1' PHP_TEST_SHARED_EXTENSIONS = ` \ if test "$(PHP_MODULES)"; then \ - for i in "$(PHP_MODULES)"; do \ - . $$i; shared_exts="$$exts -d extension=$$dlname"; \ + for i in $(PHP_MODULES); do \ + . $$i; $(top_srcdir)/build/shtool echo -n -- " -d extension=$$dlname"; \ done; \ - echo $$shared_exts; \ fi` test: all