diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-06-20 04:50:22 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-06-20 04:50:22 +0200 |
commit | 401f8d3bb30e9c2b2a614ce31370faf870474ed7 (patch) | |
tree | 5f8215c1d75fef9c93522cc0496515762d0d50c8 | |
parent | 324ecaeb2351d190356f679e38166897666dd3e2 (diff) | |
download | ghdl-401f8d3bb30e9c2b2a614ce31370faf870474ed7.tar.gz ghdl-401f8d3bb30e9c2b2a614ce31370faf870474ed7.tar.bz2 ghdl-401f8d3bb30e9c2b2a614ce31370faf870474ed7.zip |
Makefile: ghdllib also builds libghdl
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 6654413cc..a604a956b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -257,7 +257,7 @@ GHDL1_GCC_BIN= # --GHDL1=/path/to/ghdl1 libs.vhdl.gcc: $(MAKE) -f $(srcdir)/libraries/Makefile.inc $(LIBVHDL_FLAGS_TO_PASS) GHDL="$(GHDL_GCC_BIN)" GHDL_FLAGS="$(GHDL1_GCC_BIN) $(LIB_CFLAGS)" vhdl.libs.all libs.vhdl.standard -ghdllib: libs.vhdl.gcc $(libdirsuffix)/libgrt.a +ghdllib: libs.vhdl.gcc $(libdirsuffix)/libgrt.a all.libghdl install.gcc: install.vhdllib install.grt install.vpi install.libghdl |