Skip to content

Commit

Permalink
- More portable..
Browse files Browse the repository at this point in the history
  • Loading branch information
foobar committed Jun 29, 2007
1 parent 52c0acf commit 26c0fa6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile.global
Expand Up @@ -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
Expand Down

0 comments on commit 26c0fa6

Please sign in to comment.