diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-10-26 23:39:04 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-10-26 23:39:04 +0000 |
commit | 689cc5dc6b83149bef22a899677c99fc1e6b3073 (patch) | |
tree | 88cd8c5a9e477b77c0bda823c18ea75cdfa65aaa /libbb | |
parent | 538bafcccf3351e71239422ea57c9937d85fab7c (diff) | |
download | busybox-w32-689cc5dc6b83149bef22a899677c99fc1e6b3073.tar.gz busybox-w32-689cc5dc6b83149bef22a899677c99fc1e6b3073.tar.bz2 busybox-w32-689cc5dc6b83149bef22a899677c99fc1e6b3073.zip |
...and yet another small fix. Ouch...
git-svn-id: svn://busybox.net/trunk/busybox@16449 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/Kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Kbuild b/libbb/Kbuild index 87c09bdfd..0dd8c2be4 100644 --- a/libbb/Kbuild +++ b/libbb/Kbuild | |||
@@ -9,7 +9,7 @@ lib-y:= \ | |||
9 | compare_string_array.o concat_path_file.o copy_file.o copyfd.o \ | 9 | compare_string_array.o concat_path_file.o copy_file.o copyfd.o \ |
10 | crc32.o create_icmp_socket.o create_icmp6_socket.o \ | 10 | crc32.o create_icmp_socket.o create_icmp6_socket.o \ |
11 | device_open.o dump.o error_msg.o error_msg_and_die.o \ | 11 | device_open.o dump.o error_msg.o error_msg_and_die.o \ |
12 | find_pid_by_name.o find_root_device.o xmalloc_fgets_str.o \ | 12 | find_pid_by_name.o find_root_device.o fgets_str.o \ |
13 | full_write.o get_last_path_component.o get_line_from_file.o \ | 13 | full_write.o get_last_path_component.o get_line_from_file.o \ |
14 | herror_msg.o herror_msg_and_die.o \ | 14 | herror_msg.o herror_msg_and_die.o \ |
15 | human_readable.o inet_common.o inode_hash.o isdirectory.o \ | 15 | human_readable.o inet_common.o inode_hash.o isdirectory.o \ |