aboutsummaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
authortgingold <tgingold@users.noreply.github.com>2016-08-25 03:04:32 +0200
committerGitHub <noreply@github.com>2016-08-25 03:04:32 +0200
commitf0ac58f4318aebb4efa21472321e5d95c277cb37 (patch)
tree9d0eab3bbc24192b907e855b941bf2c7648b93e1 /libraries
parent55a3109ba79139e86d99436aabb797897547821a (diff)
parent99a34fb7a2560143cca27c46ce76325e62636623 (diff)
downloadghdl-f0ac58f4318aebb4efa21472321e5d95c277cb37.tar.gz
ghdl-f0ac58f4318aebb4efa21472321e5d95c277cb37.tar.bz2
ghdl-f0ac58f4318aebb4efa21472321e5d95c277cb37.zip
Merge pull request #145 from enyx-opensource/master
Fix synopsys V08 library that was missing std_logic_1164-body.o.
Diffstat (limited to 'libraries')
-rw-r--r--libraries/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/Makefile.inc b/libraries/Makefile.inc
index 7308fa8e5..fb2d14913 100644
--- a/libraries/Makefile.inc
+++ b/libraries/Makefile.inc
@@ -296,7 +296,7 @@ synopsys.v08: $(ANALYZE_DEP) $(LIB08_DIR) $(SYNOPSYS08_SRCS) ieee.v08 force
cd $(SYN08_DIR); \
$(CP) ../ieee/ieee-obj08.cf .; \
test x$(VHDLLIBS_COPY_OBJS) = "xno" || \
- for i in $(IEEE_SRCS) $(MATH_SRCS) $(VITAL2000_SRCS); do \
+ for i in $(IEEE08_SRCS) $(VITAL2000_SRCS); do \
b=`basename $$i .vhdl`; \
if [ -f ../ieee/$$b.o ]; then \
$(LN) ../ieee/$$b.o $$b.o || exit 1; \