summaryrefslogtreecommitdiff
path: root/applets/Kbuild
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-02-03 17:27:14 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-02-03 17:27:14 +0000
commitc7ba8b9d6c926231c1c191136b1ea0bc14b87771 (patch)
treee769e525c40a77516dfbd90d320412fa1e73459f /applets/Kbuild
parent6a1829d90c04e9fa6f5a836d043105bd34b60ecf (diff)
downloadbusybox-w32-c7ba8b9d6c926231c1c191136b1ea0bc14b87771.tar.gz
busybox-w32-c7ba8b9d6c926231c1c191136b1ea0bc14b87771.tar.bz2
busybox-w32-c7ba8b9d6c926231c1c191136b1ea0bc14b87771.zip
do not put all <applet>_main() declarations
in busybox.h - this produces false dependencies
Diffstat (limited to 'applets/Kbuild')
-rw-r--r--applets/Kbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/Kbuild b/applets/Kbuild
index 2c6bee999..8999ff097 100644
--- a/applets/Kbuild
+++ b/applets/Kbuild
@@ -10,7 +10,7 @@ obj-y += busybox.o
10 10
11# Generated file needs additional love 11# Generated file needs additional love
12 12
13applets/applets.o: include/usage_compressed.h 13applets/applets.o: .config include/usage_compressed.h
14 14
15hostprogs-y += usage 15hostprogs-y += usage
16always := $(hostprogs-y) 16always := $(hostprogs-y)