aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bde97042d..c6a232d80 100644
--- a/Makefile
+++ b/Makefile
@@ -235,7 +235,7 @@ endif
235LIBBB = libbb 235LIBBB = libbb
236LIBBB_LIB = libbb.a 236LIBBB_LIB = libbb.a
237LIBBB_CSRC= ask_confirmation.c chomp.c concat_path_file.c copy_file.c \ 237LIBBB_CSRC= ask_confirmation.c chomp.c concat_path_file.c copy_file.c \
238copy_file_chunk.c daemon.c device_open.c error_msg.c \ 238copy_file_chunk.c libc5.c device_open.c error_msg.c \
239error_msg_and_die.c fgets_str.c find_mount_point.c find_pid_by_name.c \ 239error_msg_and_die.c fgets_str.c find_mount_point.c find_pid_by_name.c \
240find_root_device.c full_read.c full_write.c get_console.c \ 240find_root_device.c full_read.c full_write.c get_console.c \
241get_last_path_component.c get_line_from_file.c gz_open.c human_readable.c \ 241get_last_path_component.c get_line_from_file.c gz_open.c human_readable.c \