MArk make_mercurial_completions.fish as executable

darcs-hash:20070208172658-ac50b-c721b6a07934d11e8467dad78a2fbb206f0b24cd.gz
This commit is contained in:
axel 2007-02-09 03:26:58 +10:00
parent a4ac924512
commit fe21577a8e

View file

@ -538,9 +538,13 @@ check-uninstall:
#
install-sh:
if test -x install-sh; then true; else chmod 755 install-sh; fi
if test -x $@; then true; else chmod 755 $@; fi
.PHONY: install-sh
make_mercurial_completions.fish:
if test -x $@; then true; else chmod 755 $@; fi
.PHONY: make_mercurial_completions.fish
#
# Try to install after checking for incompatible installed versions.