summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-06-08 22:35:18 (GMT)
committerAlexey Neyman <stilor@att.net>2017-06-08 22:38:24 (GMT)
commit708081ecfba0f1cb4e45712f23541795e21f633b (patch)
tree9b1dd75645c3db129d4a3b5893999da5169ab837 /Makefile.in
parentf7c7c4a096ae15b4f0281b22031b47ad43ad122e (diff)
Restore exec permission on ct-ng itself
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 0cec737..0f32064 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -202,6 +202,7 @@ docs/$(PROG_NAME).1: docs/ct-ng.1.in Makefile
$(PROG_NAME): ct-ng.in Makefile
$(call sed_it)
+ $(call __silent,CHMOD,$@)chmod 755 $@
%: %.in Makefile
$(call sed_it)