Makefile: Print build done in right parallel spot

This commit is contained in:
Wilson Snyder 2012-02-16 20:39:13 -05:00
parent 7e9dda3c5e
commit da2ee70462

View File

@ -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."