diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -384,7 +384,7 @@ docs/busybox.net/BusyBox.html: docs/busybox.pod | |||
384 | 384 | ||
385 | # The nifty new buildsystem stuff | 385 | # The nifty new buildsystem stuff |
386 | scripts/bb_mkdep: $(top_srcdir)/scripts/bb_mkdep.c | 386 | scripts/bb_mkdep: $(top_srcdir)/scripts/bb_mkdep.c |
387 | $(HOSTCC) $(HOSTCFLAGS) -o $@ $< | 387 | $(Q)$(HOSTCC) $(HOSTCFLAGS) -o $@ $< |
388 | 388 | ||
389 | DEP_INCLUDES := include/bb_config.h | 389 | DEP_INCLUDES := include/bb_config.h |
390 | 390 | ||