diff options
| author | Alexey Neyman <stilor@att.net> | 2017-06-08 15:35:18 -0700 |
|---|---|---|
| committer | Alexey Neyman <stilor@att.net> | 2017-06-08 15:38:24 -0700 |
| commit | 708081ecfba0f1cb4e45712f23541795e21f633b (patch) | |
| tree | 9b1dd75645c3db129d4a3b5893999da5169ab837 | |
| parent | f7c7c4a096ae15b4f0281b22031b47ad43ad122e (diff) | |
| download | crosstool-ng-708081ecfba0f1cb4e45712f23541795e21f633b.tar.gz crosstool-ng-708081ecfba0f1cb4e45712f23541795e21f633b.tar.bz2 crosstool-ng-708081ecfba0f1cb4e45712f23541795e21f633b.zip | |
Restore exec permission on ct-ng itself
Signed-off-by: Alexey Neyman <stilor@att.net>
| -rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 0cec7375..0f32064a 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) |
