diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-03-11 10:56:37 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-03-11 10:56:37 +0000 |
commit | a4688bf55de75db06af9d816ac7e6c7b7b19964a (patch) | |
tree | 55638ec5c9789159f25822f692c879c8fec5ff42 /coreutils/Kbuild | |
parent | be644a81e91bcfacfc8948a39e5184fa6cba663e (diff) | |
download | busybox-a4688bf55de75db06af9d816ac7e6c7b7b19964a.tar.gz |
fix buglets found by randomconfig run
Diffstat (limited to 'coreutils/Kbuild')
-rw-r--r-- | coreutils/Kbuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/coreutils/Kbuild b/coreutils/Kbuild index 55f19b4ca..dfdcbd43c 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 |