diff options
Diffstat (limited to 'translate/ghdldrv/Makefile')
-rw-r--r-- | translate/ghdldrv/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/translate/ghdldrv/Makefile b/translate/ghdldrv/Makefile index dc1b07df6..467794c8f 100644 --- a/translate/ghdldrv/Makefile +++ b/translate/ghdldrv/Makefile @@ -102,6 +102,9 @@ install.v87: std.v87 ieee.v87 synopsys.v87 install.standard: $(LIB93_DIR)/std/std_standard.o \ $(LIB87_DIR)/std/std_standard.o +make-lib-links: + cd ../lib; ln -sf ../grt/grt.lst .; ln -sf ../grt/libgrt.a . + install.all: install.v87 install.v93 install.standard install.mcode: install.v87 install.v93 |