[BusyBox-cvs] busybox/libbb Makefile.in,1.29,1.30
Glenn McGrath
bug1 at busybox.net
Thu Oct 9 13:40:20 UTC 2003
Update of /var/cvs/busybox/libbb
In directory winder:/tmp/cvs-serv12690/libbb
Modified Files:
Makefile.in
Log Message:
Fix an ommision preventing building, patch by Tito.
Index: Makefile.in
===================================================================
RCS file: /var/cvs/busybox/libbb/Makefile.in,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- Makefile.in 24 Sep 2003 03:22:57 -0000 1.29
+++ Makefile.in 9 Oct 2003 13:40:17 -0000 1.30
@@ -40,9 +40,9 @@
perror_msg.c perror_msg_and_die.c print_file.c \
process_escape_sequence.c procps.c pwd2spwd.c pw_encrypt.c \
qmodule.c read_package_field.c recursive_action.c remove_file.c \
- restricted_shell.c run_parts.c run_shell.c safe_read.c safe_strncpy.c \
- setup_environment.c simplify_path.c syscalls.c syslog_msg_with_name.c \
- trim.c u_signal_names.c vdprintf.c verror_msg.c \
+ restricted_shell.c run_parts.c run_shell.c safe_read.c safe_write.c \
+ safe_strncpy.c setup_environment.c simplify_path.c syscalls.c \
+ syslog_msg_with_name.c trim.c u_signal_names.c vdprintf.c verror_msg.c \
vherror_msg.c vperror_msg.c wfopen.c xconnect.c xgetcwd.c \
xgethostbyname.c xgethostbyname2.c xreadlink.c xregcomp.c xgetlarg.c \
\
More information about the busybox-cvs
mailing list