aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-10-23 18:05:36 +0200
committerTristan Gingold <tgingold@free.fr>2016-11-01 13:11:43 +0100
commitff76d80a9c41381c3bdea8cc2442d3f262eaed2b (patch)
tree337e93a5d94455686d99671a8241e3558faa2804 /Makefile.in
parent233e15211e5e418e1e6e2f76b65f0841e146a159 (diff)
downloadghdl-ff76d80a9c41381c3bdea8cc2442d3f262eaed2b.tar.gz
ghdl-ff76d80a9c41381c3bdea8cc2442d3f262eaed2b.tar.bz2
ghdl-ff76d80a9c41381c3bdea8cc2442d3f262eaed2b.zip
Also create version.ads for ghdl1-gcc development target.
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 ff71bad55..61c295375 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -180,7 +180,7 @@ install.gcc: install.vhdllib install.grt install.vpi
GHDL_GCC_INCFLAGS=$(GHDL_COMMON_INCFLAGS)
-ghdl1-gcc$(EXEEXT): force
+ghdl1-gcc$(EXEEXT): version.ads force
$(MAKE) -f $(srcdir)/src/ortho/gcc/Makefile \
ortho_srcdir=$(srcdir)/src/ortho ortho_exec=$@ \
GNAT_FLAGS="$(GHDL_GCC_INCFLAGS) $(GNATFLAGS)" all