aboutsummaryrefslogtreecommitdiffstats
path: root/dist/gcc
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 /dist/gcc
parentbbac47a54fabf812db845329b674b83f1cfd39fb (diff)
parent384bb8bd01228a79652c4fbb76b634e2026d5d79 (diff)
downloadghdl-0c1c22053f3372a7d0b185c7c44f83799f0b08e5.tar.gz
ghdl-0c1c22053f3372a7d0b185c7c44f83799f0b08e5.tar.bz2
ghdl-0c1c22053f3372a7d0b185c7c44f83799f0b08e5.zip
Merge branch 'master' into paebbels/compile-vendor-library
Diffstat (limited to 'dist/gcc')
-rw-r--r--dist/gcc/Makefile.in4
1 files changed, 4 insertions, 0 deletions
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/