aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@tu-dresden.de>2016-06-22 15:13:47 +0200
committerPatrick Lehmann <Patrick.Lehmann@tu-dresden.de>2016-06-22 15:13:47 +0200
commit0c1c22053f3372a7d0b185c7c44f83799f0b08e5 (patch)
tree06c9a194028c685d5669e1df64a17c7e0ac4015e
parentbbac47a54fabf812db845329b674b83f1cfd39fb (diff)
parent384bb8bd01228a79652c4fbb76b634e2026d5d79 (diff)
downloadghdl-0c1c22053f3372a7d0b185c7c44f83799f0b08e5.tar.gz
ghdl-0c1c22053f3372a7d0b185c7c44f83799f0b08e5.tar.bz2
ghdl-0c1c22053f3372a7d0b185c7c44f83799f0b08e5.zip
Merge branch 'master' into paebbels/compile-vendor-library
-rw-r--r--Makefile.in4
-rw-r--r--dist/gcc/Makefile.in4
2 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 61cff9c8e..a0e991078 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -333,6 +333,10 @@ install.vhdllib: install.dirs
$(INSTALL_DATA) -p \
$(LIBDST_DIR)/$$d/* $(DESTDIR)$(VHDL_LIB_DIR)/$$d; \
done
+ # Vendors scripts
+ $(MKDIR) -p $(DESTDIR)$(VHDL_LIB_DIR)/vendors
+ $(INSTALL_DATA) -p \
+ $(LIBSRC_DIR)/vendors/* $(DESTDIR)$(VHDL_LIB_DIR)/vendors/
####################### clean ############################################
diff --git a/dist/gcc/Makefile.in b/dist/gcc/Makefile.in
index a51b2a47c..d700cc919 100644
--- a/dist/gcc/Makefile.in
+++ b/dist/gcc/Makefile.in
@@ -221,3 +221,7 @@ install-ghdllib:
$(DESTDIR)$(VHDL_LIB_DIR)/v93/std/std_standard.o
$(INSTALL_DATA) std08_standard.o \
$(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/