Make sure install-sh is executable in the Makefile

darcs-hash:20060730210506-ac50b-9869e637a768aefd6ec7db33cec5f2defb29eb36.gz
This commit is contained in:
axel 2006-07-31 07:05:06 +10:00
parent 89d876d0f7
commit 91b63e4989

View file

@ -380,8 +380,12 @@ check-uninstall:
fi;
.PHONY: check-uninstall
install-sh:
if test ! -x install-sh; then chmod 755 install-sh; fi
.PHONY: install-sh
# Try to install after checking for incompatible installed versions
install: all check-uninstall install-force
install: all install-sh check-uninstall install-force
.PHONY: install
# Force installation, even in presense of incompatible previous