diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ all: $(BINS) s@#BINDIR#@$(BINDIR)@; \ s@#HELPTEXT#\(\s\+\)#@ --help \1display this help and exit\n --version\1display version and exit@; \ " $< > $@ - [ -z "${@%%*.*}" ] || chmod +x "$@" + echo "$@" | grep -qF . || chmod +x "$@" .PHONY: install dist clean |