summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/mirb/Makefile1
-rw-r--r--tools/mrbc/Makefile1
-rw-r--r--tools/mruby/Makefile1
3 files changed, 0 insertions, 3 deletions
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)
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)
diff --git a/tools/mruby/Makefile b/tools/mruby/Makefile
index 19140aabb..052aa93d6 100644
--- a/tools/mruby/Makefile
+++ b/tools/mruby/Makefile
@@ -47,7 +47,6 @@ endif
.PHONY : all
all : $(LIBR) $(EXE)
- @echo "make: built targets of `pwd`"
# executable constructed using linker from object files
$(EXE) : $(LIBR) $(OBJS) $(EXTS)