fix pharext rule
authorMichael Wallner <mike@php.net>
Fri, 7 Aug 2015 13:47:43 +0000 (15:47 +0200)
committerMichael Wallner <mike@php.net>
Fri, 7 Aug 2015 13:47:43 +0000 (15:47 +0200)
Makefile

index 972be2d50d3b5ca453e30cbbffd1fb5012f1f8eb..88d36a9f74cd3890841cdacdd46881edf1eef310 100644 (file)
--- 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