aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-08-09 09:36:25 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2011-08-09 09:36:25 +0200
commit89edf29cfd82ecf83ee76960b06080f86c76dfe0 (patch)
tree974a7613fe05441084f11e49a2635ea076a1224d /coreutils
parent00103d32879e98c9bba9b6c14fb36d573badc9e0 (diff)
downloadbusybox-89edf29cfd82ecf83ee76960b06080f86c76dfe0.tar.gz
remove extra += who.o
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/Kbuild.src1
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/Kbuild.src b/coreutils/Kbuild.src
index 0681e44b0..53d88b391 100644
--- a/coreutils/Kbuild.src
+++ b/coreutils/Kbuild.src
@@ -82,6 +82,5 @@ lib-$(CONFIG_USLEEP) += usleep.o
lib-$(CONFIG_UUDECODE) += uudecode.o
lib-$(CONFIG_UUENCODE) += uuencode.o
lib-$(CONFIG_WC) += wc.o
-lib-$(CONFIG_WHO) += who.o
lib-$(CONFIG_WHOAMI) += whoami.o
lib-$(CONFIG_YES) += yes.o