aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c8c9d4687..85ba823fb 100644
--- a/Makefile
+++ b/Makefile
@@ -236,7 +236,7 @@ endif
236LIBBB = libbb 236LIBBB = libbb
237LIBBB_LIB = libbb.a 237LIBBB_LIB = libbb.a
238LIBBB_CSRC= ask_confirmation.c check_wildcard_match.c chomp.c copy_file.c \ 238LIBBB_CSRC= ask_confirmation.c check_wildcard_match.c chomp.c copy_file.c \
239copy_file_chunk.c create_path.c device_open.c error_msg.c \ 239copy_file_chunk.c create_path.c daemon.c device_open.c error_msg.c \
240find_mount_point.c find_pid_by_name.c find_root_device.c full_read.c \ 240find_mount_point.c find_pid_by_name.c find_root_device.c full_read.c \
241full_write.c get_console.c get_last_path_component.c get_line_from_file.c \ 241full_write.c get_console.c get_last_path_component.c get_line_from_file.c \
242human_readable.c inode_hash.c isdirectory.c kernel_version.c loop.c \ 242human_readable.c inode_hash.c isdirectory.c kernel_version.c loop.c \