From 99a34fb7a2560143cca27c46ce76325e62636623 Mon Sep 17 00:00:00 2001 From: David Keller Date: Tue, 23 Aug 2016 18:23:57 +0200 Subject: Fix synopsys V08 library that was missing std_logic_1164-body.o. The objects from IEEE_SRCS were looked while objects from IEEE08_SRCS were built. Signed-off-by: David Keller --- libraries/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libraries') 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; \ -- cgit v1.2.3