aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
author1138-4EB <1138-4EB@users.noreply.github.com>2019-09-01 10:15:34 +0200
committertgingold <tgingold@users.noreply.github.com>2019-09-01 10:15:34 +0200
commitbaeaef814b6d935906d1687c287cc66c74bf0a5c (patch)
tree53828905fd3f2b3d232adc662358500123249417 /Makefile.in
parent84899919aee11ebec587d253c5834d7207707067 (diff)
downloadghdl-baeaef814b6d935906d1687c287cc66c74bf0a5c.tar.gz
ghdl-baeaef814b6d935906d1687c287cc66c74bf0a5c.tar.bz2
ghdl-baeaef814b6d935906d1687c287cc66c74bf0a5c.zip
Fix UPF (#905)
* add test for UPF * fix: add UPF when openieee=false too
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 c6941f52d..f18e84736 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -509,7 +509,8 @@ VHDLLIB_SUBDIRS_COMMON= src/std src/std/v87 src/std/v93 src/std/v08 \
src/synopsys src/synopsys/v08 \
std/v87 ieee/v87 synopsys/v87 \
std/v93 ieee/v93 synopsys/v93 \
- std/v08 ieee/v08
+ std/v08 ieee/v08 \
+ src/openieee
VHDLLIB_SUBDIRS_FULL= src/ieee src/vital95 src/vital2000 src/mentor \
src/ieee/v87 src/ieee/v93 src/ieee2008 \