From fe21577a8ecd52dd4967054ed31c59914dd33d01 Mon Sep 17 00:00:00 2001 From: axel Date: Fri, 9 Feb 2007 03:26:58 +1000 Subject: MArk make_mercurial_completions.fish as executable darcs-hash:20070208172658-ac50b-c721b6a07934d11e8467dad78a2fbb206f0b24cd.gz --- Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index e23d3c5d..9e553fe7 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. -- cgit v1.2.3