diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-05-07 18:18:48 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-05-07 18:18:48 +0200 |
commit | 8ee4d3f687b35c9628e0f0988eda5ab5f0a610ba (patch) | |
tree | 61e2e8aef1608c28a6df14bf4f27e5c3560d51b4 | |
parent | cc951b301b52286677f36c390e077e9d3a3ea793 (diff) | |
download | ghdl-8ee4d3f687b35c9628e0f0988eda5ab5f0a610ba.tar.gz ghdl-8ee4d3f687b35c9628e0f0988eda5ab5f0a610ba.tar.bz2 ghdl-8ee4d3f687b35c9628e0f0988eda5ab5f0a610ba.zip |
Makefile.in: add all.libghdl
-rw-r--r-- | Makefile.in | 3 |
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 ###################################### |