Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-18 23:12:39 +0300
committerMike Frysinger <vapier@gentoo.org>2006-02-18 23:12:39 +0300
commita568ef23437fc82f7e41a796384e3976a44d1b12 (patch)
tree1794244d0021f1d1884e1e31c58b6c57bedfd8d6 /Makefile
parentebee0e77057cf2b9642af1e948021753c99d35b1 (diff)
hide bb_mkdep build
Diffstat (limited to 'Makefile')
-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