diff options
-rw-r--r-- | translate/ghdldrv/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/translate/ghdldrv/Makefile b/translate/ghdldrv/Makefile index 159519c..b4199a9 100644 --- a/translate/ghdldrv/Makefile +++ b/translate/ghdldrv/Makefile @@ -106,8 +106,7 @@ LIB08_DIR:=../lib/v08 LIBSRC_DIR:=../../libraries REL_DIR:=../.. -#GHDL=ghdl -GHDL=ghdl_mcode +GHDL=ghdl ANALYZE:=../../../ghdldrv/$(GHDL) -a $(LIB_CFLAGS) LN=ln -s CP=cp |