From: Rob Landley Date: Mon, 5 Sep 2005 18:42:18 +0000 (-0000) Subject: get_terminal_width_height.c was in there twice. X-Git-Tag: 1_1_0~771 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9955c45907cb0a90648b76d23d1a8914926dedb9;p=oweals%2Fbusybox.git get_terminal_width_height.c was in there twice. --- diff --git a/libbb/Makefile.in b/libbb/Makefile.in index 6685305f4..44c7a9858 100644 --- a/libbb/Makefile.in +++ b/libbb/Makefile.in @@ -29,7 +29,7 @@ LIBBB_SRC:= \ device_open.c dump.c error_msg.c error_msg_and_die.c find_mount_point.c \ find_pid_by_name.c find_root_device.c fgets_str.c full_read.c \ full_write.c get_last_path_component.c get_line_from_file.c get_ug_id.c \ - get_terminal_width_height.c hash_fd.c herror_msg.c herror_msg_and_die.c \ + hash_fd.c herror_msg.c herror_msg_and_die.c \ human_readable.c inet_common.c inode_hash.c interface.c isdirectory.c \ kernel_version.c last_char_is.c llist_add_to.c login.c loop.c \ make_directory.c mode_string.c module_syscalls.c mtab.c mtab_file.c \