aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
-rw-r--r--dist/gcc/Makefile.in6
2 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index a0e991078..546d7992f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -337,6 +337,8 @@ install.vhdllib: install.dirs
$(MKDIR) -p $(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/
####################### clean ############################################
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/