aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-02-09 03:26:58 +1000
committerGravatar axel <axel@liljencrantz.se>2007-02-09 03:26:58 +1000
commitfe21577a8ecd52dd4967054ed31c59914dd33d01 (patch)
tree2974e8945c73e54b1610475a4bb88e6803cbe26b /Makefile.in
parenta4ac9245126409350ce42f4acf05d361b693b00d (diff)
MArk make_mercurial_completions.fish as executable
darcs-hash:20070208172658-ac50b-c721b6a07934d11e8467dad78a2fbb206f0b24cd.gz
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 5 insertions, 1 deletions
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.