From 5a5d254ecb352ebd9743696794a98725c8bf3a36 Mon Sep 17 00:00:00 2001 From: Nguyễn Thái Ngọc Duy Date: Sat, 11 Sep 2010 17:51:58 +1000 Subject: win32: reimplement read_key() to read Windows console --- libbb/Kbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbb') diff --git a/libbb/Kbuild b/libbb/Kbuild index eb3cd5039..a8a1da1f9 100644 --- a/libbb/Kbuild +++ b/libbb/Kbuild @@ -74,7 +74,6 @@ lib-y += procps.o lib-y += progress.o lib-y += ptr_to_globals.o lib-y += read.o -lib-y += read_key.o lib-y += recursive_action.o lib-y += remove_file.o lib-y += run_shell.o @@ -115,6 +114,7 @@ lib-$(CONFIG_PLATFORM_POSIX) += kernel_version.o lib-$(CONFIG_PLATFORM_POSIX) += login.o lib-$(CONFIG_PLATFORM_POSIX) += makedev.o lib-$(CONFIG_PLATFORM_POSIX) += match_fstype.o +lib-$(CONFIG_PLATFORM_POSIX) += read_key.o lib-$(CONFIG_PLATFORM_POSIX) += safe_gethostname.o lib-$(CONFIG_PLATFORM_POSIX) += signals.o lib-$(CONFIG_PLATFORM_POSIX) += udp_io.o -- cgit v1.2.3-55-g6feb