aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-05-07 18:18:48 +0200
committerTristan Gingold <tgingold@free.fr>2019-05-07 18:18:48 +0200
commit8ee4d3f687b35c9628e0f0988eda5ab5f0a610ba (patch)
tree61e2e8aef1608c28a6df14bf4f27e5c3560d51b4 /Makefile.in
parentcc951b301b52286677f36c390e077e9d3a3ea793 (diff)
downloadghdl-8ee4d3f687b35c9628e0f0988eda5ab5f0a610ba.tar.gz
ghdl-8ee4d3f687b35c9628e0f0988eda5ab5f0a610ba.tar.bz2
ghdl-8ee4d3f687b35c9628e0f0988eda5ab5f0a610ba.zip
Makefile.in: add all.libghdl
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index ac1c93794..bda40d2de 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -122,7 +122,7 @@ LIBVHDL_FLAGS_TO_PASS=\
enable_openieee="$(enable_openieee)" \
LN="$(LN)" CP="$(CP)" MKDIR="$(MKDIR)"
-all: Makefile all.$(backend) all.libghdl.$(enable_python)
+all: Makefile all.$(backend) all.libghdl
install: install.$(backend)
# Generate std.standard package VHDL source
@@ -362,6 +362,7 @@ $(libghdl_name): $(GRT_SRC_DEPS) version.ads force
all.libghdl.true: $(libghdl_name)
all.libghdl.false:
+all.libghdl: all.libghdl.$(enable_python)
################ ghdlsynth library ######################################