- Remove checked-in or older version of phar.phar as we might not be able to open it

This commit is contained in:
Marcus Boerger 2008-06-02 15:50:42 +00:00
parent 159561e9da
commit 4e61f63d3f

View File

@ -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 \