From 6ea415c59b9ced9d08be7348d268ae4543017a56 Mon Sep 17 00:00:00 2001 From: wbx Date: Wed, 30 Mar 2011 22:07:51 +0200 Subject: fix non-verbose mode --- tools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/Makefile b/tools/Makefile index 5d0f91872..03441e7a7 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -14,11 +14,11 @@ clean: $(TARGETS_CLEAN) %-compile: $(TOOLS_BUILD_DIR) $(TRACE) "tools/$(patsubst %-compile,%,$@)/compile " - $(MAKE) -C $(patsubst %-compile,%,$@) compile + $(MAKE) -C $(patsubst %-compile,%,$@) compile $(MAKE_TRACE) %-install: $(TRACE) "tools/$(patsubst %-install,%,$@)/install " - $(MAKE) -C $(patsubst %-install,%,$@) install + $(MAKE) -C $(patsubst %-install,%,$@) install $(MAKE_TRACE) %-clean: $(TRACE) "tools/$(patsubst %-clean,%,$@)/clean " -- cgit v1.2.3