diff options
Diffstat (limited to 'libbb/Makefile.in')
-rw-r--r-- | libbb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Makefile.in b/libbb/Makefile.in index 449d23c68..f4ef0b868 100644 --- a/libbb/Makefile.in +++ b/libbb/Makefile.in | |||
@@ -35,7 +35,7 @@ LIBBB_SRC:= \ | |||
35 | parse_mode.c parse_number.c perror_msg.c perror_msg_and_die.c \ | 35 | parse_mode.c parse_number.c perror_msg.c perror_msg_and_die.c \ |
36 | print_file.c process_escape_sequence.c read_package_field.c \ | 36 | print_file.c process_escape_sequence.c read_package_field.c \ |
37 | recursive_action.c safe_read.c safe_strncpy.c syscalls.c \ | 37 | recursive_action.c safe_read.c safe_strncpy.c syscalls.c \ |
38 | syslog_msg_with_name.c time_string.c trim.c unzip.c uncompress.c \ | 38 | syslog_msg_with_name.c time_string.c trim.c \ |
39 | vdprintf.c verror_msg.c vperror_msg.c wfopen.c xgetcwd.c xreadlink.c \ | 39 | vdprintf.c verror_msg.c vperror_msg.c wfopen.c xgetcwd.c xreadlink.c \ |
40 | xregcomp.c interface.c remove_file.c last_char_is.c copyfd.c \ | 40 | xregcomp.c interface.c remove_file.c last_char_is.c copyfd.c \ |
41 | vherror_msg.c herror_msg.c herror_msg_and_die.c xgethostbyname.c \ | 41 | vherror_msg.c herror_msg.c herror_msg_and_die.c xgethostbyname.c \ |