diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-10-09 13:40:17 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-10-09 13:40:17 +0000 |
commit | d74ee701257eea6e8073a896a844a2236d9a0e47 (patch) | |
tree | 09a7315de2f3cbd22e2ea6ca7061bcc585299e1b /libbb | |
parent | 5724c6d03711d01b34761e7b9dd9c1020e30c32d (diff) | |
download | busybox-w32-d74ee701257eea6e8073a896a844a2236d9a0e47.tar.gz busybox-w32-d74ee701257eea6e8073a896a844a2236d9a0e47.tar.bz2 busybox-w32-d74ee701257eea6e8073a896a844a2236d9a0e47.zip |
Fix an ommision preventing building, patch by Tito.
git-svn-id: svn://busybox.net/trunk/busybox@7628 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libbb/Makefile.in b/libbb/Makefile.in index 854bfc368..0707d16d7 100644 --- a/libbb/Makefile.in +++ b/libbb/Makefile.in | |||
@@ -40,9 +40,9 @@ LIBBB_SRC:= \ | |||
40 | perror_msg.c perror_msg_and_die.c print_file.c \ | 40 | perror_msg.c perror_msg_and_die.c print_file.c \ |
41 | process_escape_sequence.c procps.c pwd2spwd.c pw_encrypt.c \ | 41 | process_escape_sequence.c procps.c pwd2spwd.c pw_encrypt.c \ |
42 | qmodule.c read_package_field.c recursive_action.c remove_file.c \ | 42 | qmodule.c read_package_field.c recursive_action.c remove_file.c \ |
43 | restricted_shell.c run_parts.c run_shell.c safe_read.c safe_strncpy.c \ | 43 | restricted_shell.c run_parts.c run_shell.c safe_read.c safe_write.c \ |
44 | setup_environment.c simplify_path.c syscalls.c syslog_msg_with_name.c \ | 44 | safe_strncpy.c setup_environment.c simplify_path.c syscalls.c \ |
45 | trim.c u_signal_names.c vdprintf.c verror_msg.c \ | 45 | syslog_msg_with_name.c trim.c u_signal_names.c vdprintf.c verror_msg.c \ |
46 | vherror_msg.c vperror_msg.c wfopen.c xconnect.c xgetcwd.c \ | 46 | vherror_msg.c vperror_msg.c wfopen.c xconnect.c xgetcwd.c \ |
47 | xgethostbyname.c xgethostbyname2.c xreadlink.c xregcomp.c xgetlarg.c \ | 47 | xgethostbyname.c xgethostbyname2.c xreadlink.c xregcomp.c xgetlarg.c \ |
48 | \ | 48 | \ |