diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-04-29 04:12:36 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-04-29 04:12:36 +0000 |
commit | fe6bb3853c7648e52f9162b7eb7bee3346d7c06c (patch) | |
tree | d2c4a5650a2477ae47c11f73006da73d52e90083 | |
parent | 3737c0363050b5f2f3a9ba5d4daac6881069d369 (diff) |
use pretty output for scripts/bb_mkdep and scripts/usage
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |