aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2005-09-05 18:42:18 +0000
committerRob Landley <rob@landley.net>2005-09-05 18:42:18 +0000
commit9955c45907cb0a90648b76d23d1a8914926dedb9 (patch)
tree22872419fc0dcb547beb1e958f8deae65b80dfbf
parentecce943e252b0eff6d3ed215e0c866260c6cf316 (diff)
downloadbusybox-w32-9955c45907cb0a90648b76d23d1a8914926dedb9.tar.gz
busybox-w32-9955c45907cb0a90648b76d23d1a8914926dedb9.tar.bz2
busybox-w32-9955c45907cb0a90648b76d23d1a8914926dedb9.zip
get_terminal_width_height.c was in there twice.
-rw-r--r--libbb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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:= \
29 device_open.c dump.c error_msg.c error_msg_and_die.c find_mount_point.c \ 29 device_open.c dump.c error_msg.c error_msg_and_die.c find_mount_point.c \
30 find_pid_by_name.c find_root_device.c fgets_str.c full_read.c \ 30 find_pid_by_name.c find_root_device.c fgets_str.c full_read.c \
31 full_write.c get_last_path_component.c get_line_from_file.c get_ug_id.c \ 31 full_write.c get_last_path_component.c get_line_from_file.c get_ug_id.c \
32 get_terminal_width_height.c hash_fd.c herror_msg.c herror_msg_and_die.c \ 32 hash_fd.c herror_msg.c herror_msg_and_die.c \
33 human_readable.c inet_common.c inode_hash.c interface.c isdirectory.c \ 33 human_readable.c inet_common.c inode_hash.c interface.c isdirectory.c \
34 kernel_version.c last_char_is.c llist_add_to.c login.c loop.c \ 34 kernel_version.c last_char_is.c llist_add_to.c login.c loop.c \
35 make_directory.c mode_string.c module_syscalls.c mtab.c mtab_file.c \ 35 make_directory.c mode_string.c module_syscalls.c mtab.c mtab_file.c \