From 01c99bb9ee4a8030742ce230c43333252ebf6835 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 7 Aug 2015 15:47:43 +0200 Subject: [PATCH] fix pharext rule --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2