diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -235,7 +235,7 @@ endif | |||
235 | LIBBB = libbb | 235 | LIBBB = libbb |
236 | LIBBB_LIB = libbb.a | 236 | LIBBB_LIB = libbb.a |
237 | LIBBB_CSRC= ask_confirmation.c chomp.c concat_path_file.c copy_file.c \ | 237 | LIBBB_CSRC= ask_confirmation.c chomp.c concat_path_file.c copy_file.c \ |
238 | copy_file_chunk.c daemon.c device_open.c error_msg.c \ | 238 | copy_file_chunk.c libc5.c device_open.c error_msg.c \ |
239 | error_msg_and_die.c fgets_str.c find_mount_point.c find_pid_by_name.c \ | 239 | error_msg_and_die.c fgets_str.c find_mount_point.c find_pid_by_name.c \ |
240 | find_root_device.c full_read.c full_write.c get_console.c \ | 240 | find_root_device.c full_read.c full_write.c get_console.c \ |
241 | get_last_path_component.c get_line_from_file.c gz_open.c human_readable.c \ | 241 | get_last_path_component.c get_line_from_file.c gz_open.c human_readable.c \ |