diff options
author | Brian Drummond <brian@shapes.demon.co.uk> | 2013-12-05 15:05:36 +0000 |
---|---|---|
committer | Brian Drummond <brian@shapes.demon.co.uk> | 2013-12-05 15:05:36 +0000 |
commit | df660489af69e9fbfa6ede69790777b7b07401a5 (patch) | |
tree | 451954e72b51c08eefeae334f9311a6043165725 /translate | |
parent | 393aa0342e6340c5f0ed48a2b20868de2cfad6ef (diff) | |
download | ghdl-df660489af69e9fbfa6ede69790777b7b07401a5.tar.gz ghdl-df660489af69e9fbfa6ede69790777b7b07401a5.tar.bz2 ghdl-df660489af69e9fbfa6ede69790777b7b07401a5.zip |
Revert change to mcode Makefile
Diffstat (limited to 'translate')
-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 159519ccf..b4199a990 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 |