From 1bc0c12096ed667cd4bb9e5b9301f52c8b61cc02 Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Tue, 15 May 2012 16:40:45 +0900 Subject: Makefile: remove echo action from all target --- tools/mrbc/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/mrbc') diff --git a/tools/mrbc/Makefile b/tools/mrbc/Makefile index 1137baa03..1440f0e4d 100644 --- a/tools/mrbc/Makefile +++ b/tools/mrbc/Makefile @@ -44,7 +44,6 @@ endif .PHONY : all all : $(EXE) - @echo "make: built targets of `pwd`" # executable constructed using linker from object files $(EXE) : $(OBJS) $(LIBR) -- cgit v1.2.3