From 906d8fefd144fcd830432e7fcc52169caafa760c Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Thu, 27 Jun 2013 18:05:33 -0400 Subject: fix potential problem with old etwr target --- contrib/xilinx.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/xilinx.mk b/contrib/xilinx.mk index fdaa021..e273460 100644 --- a/contrib/xilinx.mk +++ b/contrib/xilinx.mk @@ -128,7 +128,7 @@ build/$(project)_par.ncd: build/$(project).ncd build/$(project)_post_map.twr if par $(intstyle) $(par_opts) -w $(project).ncd $(project)_par.ncd $(multithreading) $(colorize); then \ :; \ else \ - $(MAKE) etwr $(colorize); \ + echo "Oh noes! Check timing analysis? build/$(project)_post_map.twr"; \ fi " build/$(project).ncd: build/$(project).ngd -- cgit v1.2.3