diff options
author | Denys Vlasenko | 2011-08-09 09:36:25 +0200 |
---|---|---|
committer | Denys Vlasenko | 2011-08-09 09:36:25 +0200 |
commit | 89edf29cfd82ecf83ee76960b06080f86c76dfe0 (patch) | |
tree | 974a7613fe05441084f11e49a2635ea076a1224d /coreutils/Kbuild.src | |
parent | 00103d32879e98c9bba9b6c14fb36d573badc9e0 (diff) | |
download | busybox-89edf29cfd82ecf83ee76960b06080f86c76dfe0.zip busybox-89edf29cfd82ecf83ee76960b06080f86c76dfe0.tar.gz |
remove extra += who.o
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/Kbuild.src')
-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 0681e44..53d88b3 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 |