diff options
-rw-r--r-- | libbb/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/Makefile.in b/libbb/Makefile.in index c7916f108..4d3fd71b1 100644 --- a/libbb/Makefile.in +++ b/libbb/Makefile.in | |||
@@ -26,7 +26,7 @@ endif | |||
26 | LIBBB_SRC:= \ | 26 | LIBBB_SRC:= \ |
27 | arith.c bb_asprintf.c ask_confirmation.c change_identity.c chomp.c \ | 27 | arith.c bb_asprintf.c ask_confirmation.c change_identity.c chomp.c \ |
28 | compare_string_array.c concat_path_file.c copy_file.c \ | 28 | compare_string_array.c concat_path_file.c copy_file.c \ |
29 | copy_file_chunk.c copyfd.c correct_password.c create_icmp_socket.c \ | 29 | copyfd.c correct_password.c create_icmp_socket.c \ |
30 | create_icmp6_socket.c device_open.c dirname.c dump.c error_msg.c \ | 30 | create_icmp6_socket.c device_open.c dirname.c dump.c error_msg.c \ |
31 | error_msg_and_die.c find_mount_point.c find_pid_by_name.c \ | 31 | error_msg_and_die.c find_mount_point.c find_pid_by_name.c \ |
32 | find_root_device.c fgets_str.c full_read.c full_write.c get_console.c \ | 32 | find_root_device.c fgets_str.c full_read.c full_write.c get_console.c \ |
@@ -41,7 +41,7 @@ LIBBB_SRC:= \ | |||
41 | qmodule.c read_package_field.c recursive_action.c remove_file.c \ | 41 | qmodule.c read_package_field.c recursive_action.c remove_file.c \ |
42 | restricted_shell.c run_parts.c run_shell.c safe_read.c safe_strncpy.c \ | 42 | restricted_shell.c run_parts.c run_shell.c safe_read.c safe_strncpy.c \ |
43 | setup_environment.c simplify_path.c syscalls.c syslog_msg_with_name.c \ | 43 | setup_environment.c simplify_path.c syscalls.c syslog_msg_with_name.c \ |
44 | time_string.c trim.c u_signal_names.c vdprintf.c verror_msg.c \ | 44 | trim.c u_signal_names.c vdprintf.c verror_msg.c \ |
45 | vherror_msg.c vperror_msg.c wfopen.c xconnect.c xgetcwd.c \ | 45 | vherror_msg.c vperror_msg.c wfopen.c xconnect.c xgetcwd.c \ |
46 | xgethostbyname.c xgethostbyname2.c xreadlink.c xregcomp.c xgetlarg.c \ | 46 | xgethostbyname.c xgethostbyname2.c xreadlink.c xregcomp.c xgetlarg.c \ |
47 | \ | 47 | \ |