aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-06-20 04:50:22 +0200
committerTristan Gingold <tgingold@free.fr>2019-06-20 04:50:22 +0200
commit401f8d3bb30e9c2b2a614ce31370faf870474ed7 (patch)
tree5f8215c1d75fef9c93522cc0496515762d0d50c8 /Makefile.in
parent324ecaeb2351d190356f679e38166897666dd3e2 (diff)
downloadghdl-401f8d3bb30e9c2b2a614ce31370faf870474ed7.tar.gz
ghdl-401f8d3bb30e9c2b2a614ce31370faf870474ed7.tar.bz2
ghdl-401f8d3bb30e9c2b2a614ce31370faf870474ed7.zip
Makefile: ghdllib also builds libghdl
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 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