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/mirb/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/mirb') diff --git a/tools/mirb/Makefile b/tools/mirb/Makefile index 37086879d..4c6ab4e62 100644 --- a/tools/mirb/Makefile +++ b/tools/mirb/Makefile @@ -43,7 +43,6 @@ endif .PHONY : all all : $(LIBR) $(EXE) - @echo "make: built targets of `pwd`" # executable constructed using linker from object files $(EXE) : $(LIBR) $(OBJS) $(EXTS) -- cgit v1.2.3