aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c816c9de9..9b41a664c 100644
--- a/Makefile
+++ b/Makefile
@@ -384,7 +384,7 @@ docs/busybox.net/BusyBox.html: docs/busybox.pod
# The nifty new buildsystem stuff
scripts/bb_mkdep: $(top_srcdir)/scripts/bb_mkdep.c
- $(HOSTCC) $(HOSTCFLAGS) -o $@ $<
+ $(Q)$(HOSTCC) $(HOSTCFLAGS) -o $@ $<
DEP_INCLUDES := include/bb_config.h