diff options
Diffstat (limited to 'libbb/Makefile.in')
-rw-r--r-- | libbb/Makefile.in | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/libbb/Makefile.in b/libbb/Makefile.in index e7ca9aa55..449d23c68 100644 --- a/libbb/Makefile.in +++ b/libbb/Makefile.in | |||
@@ -28,20 +28,22 @@ LIBBB_SRC:= \ | |||
28 | copy_file_chunk.c dump.c libc5.c device_open.c error_msg.c \ | 28 | copy_file_chunk.c dump.c libc5.c device_open.c error_msg.c \ |
29 | error_msg_and_die.c fgets_str.c find_mount_point.c find_pid_by_name.c \ | 29 | error_msg_and_die.c fgets_str.c find_mount_point.c find_pid_by_name.c \ |
30 | find_root_device.c full_read.c full_write.c get_console.c \ | 30 | find_root_device.c full_read.c full_write.c get_console.c \ |
31 | get_last_path_component.c get_line_from_file.c gz_open.c human_readable.c \ | 31 | get_last_path_component.c get_line_from_file.c \ |
32 | isdirectory.c kernel_version.c loop.c mode_string.c module_syscalls.c mtab.c \ | 32 | human_readable.c isdirectory.c kernel_version.c loop.c \ |
33 | mtab_file.c my_getgrnam.c my_getgrgid.c my_getpwnam.c my_getpwnamegid.c \ | 33 | mode_string.c module_syscalls.c mtab.c mtab_file.c my_getgrnam.c \ |
34 | my_getpwuid.c parse_mode.c parse_number.c perror_msg.c perror_msg_and_die.c \ | 34 | my_getgrgid.c my_getpwnam.c my_getpwnamegid.c my_getpwuid.c \ |
35 | print_file.c process_escape_sequence.c read_package_field.c recursive_action.c \ | 35 | parse_mode.c parse_number.c perror_msg.c perror_msg_and_die.c \ |
36 | safe_read.c safe_strncpy.c syscalls.c syslog_msg_with_name.c time_string.c \ | 36 | print_file.c process_escape_sequence.c read_package_field.c \ |
37 | trim.c unzip.c uncompress.c vdprintf.c verror_msg.c vperror_msg.c wfopen.c \ | 37 | recursive_action.c safe_read.c safe_strncpy.c syscalls.c \ |
38 | xgetcwd.c xreadlink.c xregcomp.c interface.c remove_file.c last_char_is.c \ | 38 | syslog_msg_with_name.c time_string.c trim.c unzip.c uncompress.c \ |
39 | copyfd.c vherror_msg.c herror_msg.c herror_msg_and_die.c xgethostbyname.c \ | 39 | vdprintf.c verror_msg.c vperror_msg.c wfopen.c xgetcwd.c xreadlink.c \ |
40 | dirname.c make_directory.c create_icmp_socket.c u_signal_names.c arith.c \ | 40 | xregcomp.c interface.c remove_file.c last_char_is.c copyfd.c \ |
41 | simplify_path.c inet_common.c inode_hash.c obscure.c pwd2spwd.c xfuncs.c \ | 41 | vherror_msg.c herror_msg.c herror_msg_and_die.c xgethostbyname.c \ |
42 | correct_password.c change_identity.c setup_environment.c run_shell.c \ | 42 | dirname.c make_directory.c create_icmp_socket.c u_signal_names.c \ |
43 | pw_encrypt.c restricted_shell.c xgethostbyname2.c create_icmp6_socket.c \ | 43 | arith.c simplify_path.c inet_common.c inode_hash.c obscure.c \ |
44 | xconnect.c bb_asprintf.c | 44 | pwd2spwd.c xfuncs.c correct_password.c change_identity.c \ |
45 | setup_environment.c run_shell.c pw_encrypt.c restricted_shell.c \ | ||
46 | xgethostbyname2.c create_icmp6_socket.c xconnect.c bb_asprintf.c | ||
45 | 47 | ||
46 | LIBBB_OBJS=$(patsubst %.c,$(LIBBB_DIR)%.o, $(LIBBB_SRC)) | 48 | LIBBB_OBJS=$(patsubst %.c,$(LIBBB_DIR)%.o, $(LIBBB_SRC)) |
47 | 49 | ||