From 4e61f63d3fb8ef693ed9de2779e01178c266f83e Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Mon, 2 Jun 2008 15:50:42 +0000 Subject: [PATCH] - Remove checked-in or older version of phar.phar as we might not be able to open it --- ext/phar/Makefile.frag | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/phar/Makefile.frag b/ext/phar/Makefile.frag index 1fc1673875..d18136fc73 100755 --- a/ext/phar/Makefile.frag +++ b/ext/phar/Makefile.frag @@ -13,7 +13,8 @@ $(builddir)/phar.php: $(srcdir)/build_precommand.php $(srcdir)/phar/*.inc $(srcd $$PHP $(srcdir)/build_precommand.php > $(builddir)/phar.php $(builddir)/phar.phar: $(builddir)/phar.php $(srcdir)/phar/*.inc $(srcdir)/phar/*.php $(SAPI_CLI_PATH) - if test -x "$(PHP_EXECUTABLE)"; then \ + -@test -f $(builddir)/phar.phar && rm -f $(builddir)/phar.phar + -@if test -x "$(PHP_EXECUTABLE)"; then \ export PHP="$(PHP_EXECUTABLE)"; \ export BANG="$(PHP_EXECUTABLE)"; \ else \ -- 2.40.0