From 89edf29cfd82ecf83ee76960b06080f86c76dfe0 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 9 Aug 2011 09:36:25 +0200 Subject: [PATCH] remove extra += who.o Signed-off-by: Denys Vlasenko --- coreutils/Kbuild.src | 1 - 1 file changed, 1 deletion(-) 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