commit | d62fd84d4b309bc5fa6548288b82f21189d4f53f | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Sun Oct 07 20:46:34 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Sun Oct 07 20:46:34 2007 +0000 |
tree | 323ecf50e92a496908b6749c1e0cc41a0669d8c3 | |
parent | 7930bcf7368e42b327b2a234f4e1be897fc25b1d [diff] [blame] |
libbusybox: move (possibly compressed) help stuff into libbusybox. Makes individual binaries much smaller.
diff --git a/applets/Kbuild b/applets/Kbuild index cf7d297..289c5de 100644 --- a/applets/Kbuild +++ b/applets/Kbuild
@@ -4,13 +4,13 @@ # # Licensed under the GPL v2, see the file LICENSE in this tarball. -obj-y:= -obj-y += applets.o +obj-y := +obj-y += applets.o hostprogs-y:= hostprogs-y += usage -always:= $(hostprogs-y) +always:= $(hostprogs-y) # Generated files need additional love