From: Michael Wallner Date: Fri, 7 Aug 2015 13:47:43 +0000 (+0200) Subject: fix pharext rule X-Git-Url: https://git.m6w6.name/?p=m6w6%2Ftravis-pecl;a=commitdiff_plain;h=01c99bb9ee4a8030742ce230c43333252ebf6835 fix pharext rule --- diff --git a/Makefile b/Makefile index 972be2d..88d36a9 100644 --- a/Makefile +++ b/Makefile @@ -127,5 +127,5 @@ ext: pecl-check $(srcdir)/pecl-$(PECL_EXTENSION) pecl test: php REPORT_EXIT_STATUS=1 $(bindir)/php run-tests.php -q -p $(bindir)/php --set-timeout 300 --show-diff tests -%.ext.phar: ../%.ext.phar $(PECL_INI) php - $< --prefix=$(prefix) --ini=$(PECL_INI) +pharext/%: $(PECL_INI) php | $(srcdir)/../%.ext.phar + for phar in $|; do $$phar --prefix=$(prefix) --ini=$(PECL_INI); done