From 76790ce35751b7db120cbde496782c161d376c60 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 11 Sep 2014 05:39:42 +0200 Subject: vhdl2008: add translation and support for most of implicit operators. --- libraries/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libraries') diff --git a/libraries/Makefile.inc b/libraries/Makefile.inc index 92283517a..569506813 100644 --- a/libraries/Makefile.inc +++ b/libraries/Makefile.inc @@ -208,8 +208,8 @@ std.v08: $(LIB08_DIR) $(STD08_SRCS) force mkdir $(STD08_DIR) prev=`pwd`; cd $(STD08_DIR); \ for i in $(STD08_SRCS); do \ - echo $$i; \ - $(ANALYZE08) --bootstrap --work=std $(REL_DIR)/$$i || exit 1; \ + cmd="$(ANALYZE08) --bootstrap --work=std $(REL_DIR)/$$i"; \ + echo $$cmd; eval $$cmd || exit 1; \ done; \ cd $$prev -- cgit v1.2.3