diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-08-09 09:36:25 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-08-09 09:36:25 +0200 |
commit | 89edf29cfd82ecf83ee76960b06080f86c76dfe0 (patch) | |
tree | 974a7613fe05441084f11e49a2635ea076a1224d | |
parent | 00103d32879e98c9bba9b6c14fb36d573badc9e0 (diff) | |
download | busybox-w32-89edf29cfd82ecf83ee76960b06080f86c76dfe0.tar.gz busybox-w32-89edf29cfd82ecf83ee76960b06080f86c76dfe0.tar.bz2 busybox-w32-89edf29cfd82ecf83ee76960b06080f86c76dfe0.zip |
remove extra += who.o
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | coreutils/Kbuild.src | 1 |
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 | |||
82 | lib-$(CONFIG_UUDECODE) += uudecode.o | 82 | lib-$(CONFIG_UUDECODE) += uudecode.o |
83 | lib-$(CONFIG_UUENCODE) += uuencode.o | 83 | lib-$(CONFIG_UUENCODE) += uuencode.o |
84 | lib-$(CONFIG_WC) += wc.o | 84 | lib-$(CONFIG_WC) += wc.o |
85 | lib-$(CONFIG_WHO) += who.o | ||
86 | lib-$(CONFIG_WHOAMI) += whoami.o | 85 | lib-$(CONFIG_WHOAMI) += whoami.o |
87 | lib-$(CONFIG_YES) += yes.o | 86 | lib-$(CONFIG_YES) += yes.o |