From 5d6188ef72863339909a9033d9337d67ec4d9809 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 24 Mar 2017 10:20:11 +1300 Subject: Turns out "--" is not specified for chmod(1) --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fd3c9931..96f93ed1 100644 --- a/Makefile +++ b/Makefile @@ -149,19 +149,19 @@ tmux/tmux.conf: tmux/tmux.conf.m4 .awk: bin/shb awk -f < $< > $@ - chmod +x -- $@ + chmod +x ./$@ .bash: bin/shb bash < $< > $@ - chmod +x -- $@ + chmod +x ./$@ .pl: bin/shb perl < $< > $@ - chmod +x -- $@ + chmod +x ./$@ .sed: bin/shb sed -f < $< > $@ - chmod +x -- $@ + chmod +x ./$@ install: install-bash \ install-bash-completion \ -- cgit v1.2.3