From a4688bf55de75db06af9d816ac7e6c7b7b19964a Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 11 Mar 2007 10:56:37 +0000 Subject: fix buglets found by randomconfig run --- coreutils/Kbuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'coreutils/Kbuild') diff --git a/coreutils/Kbuild b/coreutils/Kbuild index 55f19b4..dfdcbd4 100644 --- a/coreutils/Kbuild +++ b/coreutils/Kbuild @@ -10,7 +10,8 @@ lib-y:= lib-$(CONFIG_BASENAME) += basename.o lib-$(CONFIG_CAL) += cal.o lib-$(CONFIG_CAT) += cat.o -lib-$(CONFIG_LESS) += cat.o # less uses it if stdout isn't a tty +lib-$(CONFIG_MORE) += cat.o # more uses it if stdout isn't a tty +lib-$(CONFIG_LESS) += cat.o # less too lib-$(CONFIG_CATV) += catv.o lib-$(CONFIG_CHGRP) += chgrp.o chown.o lib-$(CONFIG_CHMOD) += chmod.o -- cgit v1.1