]> granicus.if.org Git - php/commitdiff
- More portable..
authorfoobar <sniper@php.net>
Fri, 29 Jun 2007 15:13:33 +0000 (15:13 +0000)
committerfoobar <sniper@php.net>
Fri, 29 Jun 2007 15:13:33 +0000 (15:13 +0000)
Makefile.global

index 00fe8ea2963c4ee2fea31730e8341dd45983a962..75aa1d7b6e2ac46f42ff5f8fb0404f3d2444ab3a 100644 (file)
@@ -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