diff options
author | Tristan Gingold | 2014-09-05 06:05:19 +0200 |
---|---|---|
committer | Tristan Gingold | 2014-09-05 06:05:19 +0200 |
commit | fe6ff5794545ce9f7d00985b55cf9d5b18725ea0 (patch) | |
tree | 9a61d61c8981ac292c27a94a2cf5c9aa1bf62143 /translate/ghdldrv/Makefile | |
parent | 6d8c5299f20b4cd8f1e049f7eea454c00a3102b7 (diff) | |
download | ghdl-fe6ff5794545ce9f7d00985b55cf9d5b18725ea0.tar.gz ghdl-fe6ff5794545ce9f7d00985b55cf9d5b18725ea0.tar.bz2 ghdl-fe6ff5794545ce9f7d00985b55cf9d5b18725ea0.zip |
First run (using mcode) of OSVVM_2014_01.
Diffstat (limited to 'translate/ghdldrv/Makefile')
-rw-r--r-- | translate/ghdldrv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translate/ghdldrv/Makefile b/translate/ghdldrv/Makefile index 9dd86b6..fc24312 100644 --- a/translate/ghdldrv/Makefile +++ b/translate/ghdldrv/Makefile @@ -155,7 +155,7 @@ grt.links: install.all: install.v87 install.v93 install.standard install.mcode: - $(MAKE) GHDL=ghdl_mcode install.v87 install.v93 # install.v08 + $(MAKE) GHDL=ghdl_mcode install.v87 install.v93 install.v08 install.simul: $(MAKE) GHDL=ghdl_simul install.v87 install.v93 install.v08 |