From: Denys Vlasenko Date: Tue, 9 Aug 2011 07:36:25 +0000 (+0200) Subject: remove extra += who.o X-Git-Tag: 1_19_0~8 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=89edf29cfd82ecf83ee76960b06080f86c76dfe0;p=oweals%2Fbusybox.git remove extra += who.o Signed-off-by: Denys Vlasenko --- 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