From dd0a2e61211836ac7b24a271a5bd68af99dee3d6 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 18 Jul 2018 12:58:55 +0200 Subject: [PATCH] remove binary on reconf --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2