From 26c0fa6dbba8c4d9f6f18c2dc23d1312c8d44025 Mon Sep 17 00:00:00 2001 From: foobar Date: Fri, 29 Jun 2007 15:13:33 +0000 Subject: [PATCH] - More portable.. --- Makefile.global | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.50.1