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

index b46ff2d73db8a5bdaeb98fbc0572102d8edbee12..ad3ddd26c5a6cc474706b735e7fc550567dfd32c 100644 (file)
@@ -72,10 +72,9 @@ install-su: install-pear
 PHP_TEST_SETTINGS = -d 'open_basedir=' -d 'safe_mode=0' -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