aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-04-29 04:12:36 +0000
committerMike Frysinger <vapier@gentoo.org>2006-04-29 04:12:36 +0000
commitfe6bb3853c7648e52f9162b7eb7bee3346d7c06c (patch)
treed2c4a5650a2477ae47c11f73006da73d52e90083
parent3737c0363050b5f2f3a9ba5d4daac6881069d369 (diff)
downloadbusybox-w32-fe6bb3853c7648e52f9162b7eb7bee3346d7c06c.tar.gz
busybox-w32-fe6bb3853c7648e52f9162b7eb7bee3346d7c06c.tar.bz2
busybox-w32-fe6bb3853c7648e52f9162b7eb7bee3346d7c06c.zip
use pretty output for scripts/bb_mkdep and scripts/usage
-rw-r--r--Makefile4
1 files 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
393 393
394# The nifty new dependency stuff 394# The nifty new dependency stuff
395scripts/bb_mkdep: $(top_srcdir)/scripts/bb_mkdep.c 395scripts/bb_mkdep: $(top_srcdir)/scripts/bb_mkdep.c
396 $(Q)$(HOSTCC) $(HOSTCFLAGS) -o $@ $< 396 $(compile.h)
397 397
398DEP_INCLUDES := include/bb_config.h 398DEP_INCLUDES := include/bb_config.h
399 399
@@ -406,7 +406,7 @@ include/bbconfigopts.h: .config
406endif 406endif
407 407
408scripts/usage: $(top_srcdir)/scripts/usage.c .config 408scripts/usage: $(top_srcdir)/scripts/usage.c .config
409 $(HOSTCC) $(HOSTCFLAGS) -I$(top_srcdir)/include -o $@ $< 409 $(compile.h) -I$(top_srcdir)/include
410 410
411DEP_INCLUDES += include/usage_compressed.h 411DEP_INCLUDES += include/usage_compressed.h
412include/usage_compressed.h: .config scripts/usage 412include/usage_compressed.h: .config scripts/usage