diff options
author | Tristan Gingold <tgingold@free.fr> | 2016-06-20 19:23:11 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2016-06-22 05:24:18 +0200 |
commit | 384bb8bd01228a79652c4fbb76b634e2026d5d79 (patch) | |
tree | 06c9a194028c685d5669e1df64a17c7e0ac4015e /dist/gcc | |
parent | c74442917bf2a2a1c1295374e2adb20875678343 (diff) | |
download | ghdl-384bb8bd01228a79652c4fbb76b634e2026d5d79.tar.gz ghdl-384bb8bd01228a79652c4fbb76b634e2026d5d79.tar.bz2 ghdl-384bb8bd01228a79652c4fbb76b634e2026d5d79.zip |
Install vendors scripts.
Issue #83
Diffstat (limited to 'dist/gcc')
-rw-r--r-- | dist/gcc/Makefile.in | 4 |
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/ |