aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-06-22 21:10:39 +0200
committerTristan Gingold <tgingold@free.fr>2016-06-22 21:10:39 +0200
commit4c926da3020856d87a92e1315231b6d29d3beccd (patch)
tree8351d0d610816cbb8a7f0fa3ac8c81b14a18e40f /dist
parent1e5de3c73a5865cc0df2ee32d1d81c9718c5f44f (diff)
downloadghdl-4c926da3020856d87a92e1315231b6d29d3beccd.tar.gz
ghdl-4c926da3020856d87a92e1315231b6d29d3beccd.tar.bz2
ghdl-4c926da3020856d87a92e1315231b6d29d3beccd.zip
Install vendor shell scripts with executable mode.
For issue #83
Diffstat (limited to 'dist')
-rw-r--r--dist/gcc/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/dist/gcc/Makefile.in b/dist/gcc/Makefile.in
index d700cc919..a19725560 100644
--- a/dist/gcc/Makefile.in
+++ b/dist/gcc/Makefile.in
@@ -223,5 +223,7 @@ install-ghdllib:
$(DESTDIR)$(VHDL_LIB_DIR)/v08/std/std_standard.o
# Install vendors scripts.
$(MKDIR) -p $(DESTDIR)$(VHDL_LIB_DIR)/vendors
- $(INSTALL_DATA) -p \
- $(LIBSRC_DIR)/vendors/* $(DESTDIR)$(VHDL_LIB_DIR)/vendors/
+ $(INSTALL_DATA) -p \
+ $(LIBSRC_DIR)/vendors/* $(DESTDIR)$(VHDL_LIB_DIR)/vendors/
+ $(INSTALL_PROGRAM) -p \
+ $(LIBSRC_DIR)/vendors/*.sh $(DESTDIR)$(VHDL_LIB_DIR)/vendors/