From d62fd84d4b309bc5fa6548288b82f21189d4f53f Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 7 Oct 2007 20:46:34 +0000 Subject: libbusybox: move (possibly compressed) help stuff into libbusybox. Makes individual binaries much smaller. --- applets/Kbuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'applets/Kbuild') diff --git a/applets/Kbuild b/applets/Kbuild index cf7d29751..289c5def4 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 -- cgit v1.2.3