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 --- mrblib/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'mrblib') diff --git a/mrblib/Makefile b/mrblib/Makefile index ec4b5ec23..295082379 100644 --- a/mrblib/Makefile +++ b/mrblib/Makefile @@ -44,7 +44,6 @@ endif .PHONY : all all : $(LIBR) - @echo "make: built targets of `pwd`" # update libmruby.a $(LIBR) : $(MRBC) $(MLIB) -- cgit v1.2.3