diff options
Diffstat (limited to 'libbb/Makefile.in')
-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 44c7a9858..dae3c1213 100644 --- a/libbb/Makefile.in +++ b/libbb/Makefile.in | |||
@@ -32,14 +32,14 @@ LIBBB_SRC:= \ | |||
32 | hash_fd.c herror_msg.c herror_msg_and_die.c \ | 32 | hash_fd.c herror_msg.c herror_msg_and_die.c \ |
33 | human_readable.c inet_common.c inode_hash.c interface.c isdirectory.c \ | 33 | human_readable.c inet_common.c inode_hash.c interface.c isdirectory.c \ |
34 | kernel_version.c last_char_is.c llist_add_to.c login.c loop.c \ | 34 | kernel_version.c last_char_is.c llist_add_to.c login.c loop.c \ |
35 | make_directory.c mode_string.c module_syscalls.c mtab.c mtab_file.c \ | 35 | make_directory.c mode_string.c mtab.c mtab_file.c \ |
36 | my_getgrgid.c my_getgrnam.c my_getpwnam.c my_getug.c\ | 36 | my_getgrgid.c my_getgrnam.c my_getpwnam.c my_getug.c\ |
37 | my_getpwuid.c obscure.c parse_mode.c parse_number.c perror_msg.c \ | 37 | my_getpwuid.c obscure.c parse_mode.c parse_number.c perror_msg.c \ |
38 | perror_msg_and_die.c print_file.c get_console.c \ | 38 | perror_msg_and_die.c print_file.c get_console.c \ |
39 | process_escape_sequence.c procps.c pwd2spwd.c pw_encrypt.c qmodule.c \ | 39 | process_escape_sequence.c procps.c pwd2spwd.c pw_encrypt.c qmodule.c \ |
40 | read_package_field.c recursive_action.c remove_file.c \ | 40 | read_package_field.c recursive_action.c remove_file.c \ |
41 | restricted_shell.c run_parts.c run_shell.c safe_read.c safe_write.c \ | 41 | restricted_shell.c run_parts.c run_shell.c safe_read.c safe_write.c \ |
42 | safe_strncpy.c setup_environment.c simplify_path.c syscalls.c \ | 42 | safe_strncpy.c setup_environment.c simplify_path.c \ |
43 | trim.c u_signal_names.c vdprintf.c verror_msg.c \ | 43 | trim.c u_signal_names.c vdprintf.c verror_msg.c \ |
44 | vherror_msg.c vperror_msg.c wfopen.c xconnect.c xgetcwd.c \ | 44 | vherror_msg.c vperror_msg.c wfopen.c xconnect.c xgetcwd.c \ |
45 | xgethostbyname.c xgethostbyname2.c xreadlink.c xregcomp.c xgetlarg.c \ | 45 | xgethostbyname.c xgethostbyname2.c xreadlink.c xregcomp.c xgetlarg.c \ |