diff --git a/Makefile.in b/Makefile.in index e23d3c5d7..9e553fe7e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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.