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