From: Michael Wallner Date: Wed, 18 Jul 2018 10:58:55 +0000 (+0200) Subject: remove binary on reconf X-Git-Url: https://git.m6w6.name/?p=m6w6%2Ftravis-pecl;a=commitdiff_plain;h=dd0a2e61211836ac7b24a271a5bd68af99dee3d6 remove binary on reconf --- diff --git a/Makefile b/Makefile index 20f2829..3a34ec3 100644 --- a/Makefile +++ b/Makefile @@ -79,7 +79,7 @@ check: $(PHP_RELEASES) .PHONY: reconf reconf: check $(srcdir)/php-$(PHP_VERSION)/configure - cd $(srcdir)/php-$(PHP_VERSION) && ./configure --cache-file=config.cache --prefix=$(prefix) + cd $(srcdir)/php-$(PHP_VERSION) && ./configure --cache-file=config.cache --prefix=$(prefix) && rm -f sapi/cli/php .PHONY: php php: check $(bindir)/php | $(PECL_INI)