From da2ee704620a70d3c86580271dc5f06944a1c0b9 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Thu, 16 Feb 2012 20:39:13 -0500 Subject: [PATCH] Makefile: Print build done in right parallel spot --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 36068129b..1a8b5a047 100644 --- a/Makefile.in +++ b/Makefile.in @@ -164,7 +164,7 @@ verilator_exe verilator_bin verilator_bin_dbg: (cd src && $(MAKE) $(OBJCACHE_JOBS) ) .PHONY:msg_test -msg_test: +msg_test: all_nomsg @echo "Build complete!" @echo @echo "Type 'make test' to test."