From a3731c81908dea24ca2cc340cc6c82ae0b127b1d Mon Sep 17 00:00:00 2001 From: vapier Date: Sat, 29 Apr 2006 04:12:36 +0000 Subject: use pretty output for scripts/bb_mkdep and scripts/usage git-svn-id: svn://busybox.net/trunk/busybox@14959 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e8730bfd0..b44f9a3a5 100644 --- a/Makefile +++ b/Makefile @@ -393,7 +393,7 @@ docs/busybox.net/BusyBox.html: docs/busybox.pod # The nifty new dependency stuff scripts/bb_mkdep: $(top_srcdir)/scripts/bb_mkdep.c - $(Q)$(HOSTCC) $(HOSTCFLAGS) -o $@ $< + $(compile.h) DEP_INCLUDES := include/bb_config.h @@ -406,7 +406,7 @@ include/bbconfigopts.h: .config endif scripts/usage: $(top_srcdir)/scripts/usage.c .config - $(HOSTCC) $(HOSTCFLAGS) -I$(top_srcdir)/include -o $@ $< + $(compile.h) -I$(top_srcdir)/include DEP_INCLUDES += include/usage_compressed.h include/usage_compressed.h: .config scripts/usage -- cgit v1.2.3-55-g6feb