aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d268096..227e248 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@ CONTRIBLANGS =
.in:
sed -e 's/@VERSION@/$(VERSION)/g' -e 's/@DATE@/$(DATE)/g' < $< > $@
+ if [ -x $< ]; then chmod +x $@; fi
manpages.en.in = \
doc/git-permalink.en.1.in
@@ -24,7 +25,6 @@ manpages.in = $(manpages.en.in) \
manpages = $(manpages.in:.in=)
all: src/git-permalink $(manpages)
- chmod +x src/git-permalink
check: all
sh tests/cli-opts.sh