From 3841c37a946481815c89928ccd15b71b608aa526 Mon Sep 17 00:00:00 2001 From: gingold Date: Mon, 10 Jul 2006 21:00:41 +0000 Subject: updated for 0.24 --- libraries/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libraries/Makefile.inc') diff --git a/libraries/Makefile.inc b/libraries/Makefile.inc index e32da22..2830b23 100644 --- a/libraries/Makefile.inc +++ b/libraries/Makefile.inc @@ -112,7 +112,7 @@ synopsys.v93: $(LIB93_DIR) $(SYNOPSYS_SRCS) force prev=`pwd`; cd $(SYN93_DIR); \ $(CP) ../ieee/ieee-obj93.cf .; \ test x$(VHDLLIBS_COPY_OBJS) = "xno" || \ - for i in $(IEEE_SRCS) $(VITAL2000_SRCS); do \ + for i in $(IEEE_SRCS) $(MATH_SRCS) $(VITAL2000_SRCS); do \ b=`basename $$i .vhdl`; $(LN) ../ieee/$$b.o $$b.o || exit 1; \ done; \ for i in $(SYNOPSYS93_BSRCS); do \ @@ -127,7 +127,7 @@ mentor.v93: $(LIB93_DIR) $(MENTOR93_SRCS) force prev=`pwd`; cd $(MENTOR93_DIR); \ $(CP) ../ieee/ieee-obj93.cf . ;\ test x$(VHDLLIBS_COPY_OBJS) = "xno" || \ - for i in $(IEEE_SRCS) $(VITAL2000_SRCS); do \ + for i in $(IEEE_SRCS) $(MATH_SRCS) $(VITAL2000_SRCS); do \ b=`basename $$i .vhdl`; $(LN) ../ieee/$$b.o $$b.o || exit 1; \ done ; \ for i in $(MENTOR93_BSRCS); do \ -- cgit