aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-05-11 05:23:58 +0200
committerTristan Gingold <tgingold@free.fr>2022-05-11 05:23:58 +0200
commitff2f6b719229a43db915297ba4abc3ec5ff5a5fc (patch)
tree1c992a5cffa7636e02e8d73c2db9c65b8e7f11e7 /Makefile.in
parent8c01fd3f1a3fdac1fb36bd7d20b3b71135011502 (diff)
downloadghdl-ff2f6b719229a43db915297ba4abc3ec5ff5a5fc.tar.gz
ghdl-ff2f6b719229a43db915297ba4abc3ec5ff5a5fc.tar.bz2
ghdl-ff2f6b719229a43db915297ba4abc3ec5ff5a5fc.zip
ghdlsimul: now based on synth elab
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index efc29e6b7..6fe7242d2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -407,7 +407,7 @@ uninstall.llvm: uninstall.llvm.program uninstall.grt
################ For simul (no code generation, interpretation) ##########
-GHDL_SIMUL_INCFLAGS=$(GHDL_COMMON_INCFLAGS) -aI$(srcdir)/src/ghdldrv -aI$(srcdir)/src/vhdl/simulate -aI$(srcdir)/src/synth
+GHDL_SIMUL_INCFLAGS=$(GHDL_COMMON_INCFLAGS) -aI$(srcdir)/src/ghdldrv -aI$(srcdir)/src/simul -aI$(srcdir)/src/synth
ghdl_simul$(EXEEXT): $(GRT_ADD_OBJS) $(GRT_SRC_DEPS) version.ads force
$(GNATMAKE) $(GHDL_SIMUL_INCFLAGS) $(GNATFLAGS) -gnat12 ghdl_simul $(GNAT_BARGS) -largs $(LDFLAGS) $(GRT_ADD_OBJS) $(subst @,$(GRTSRCDIR),$(GRT_EXTRA_LIB))