diff options
author | Glenn L McGrath | 2002-11-11 06:21:00 +0000 |
---|---|---|
committer | Glenn L McGrath | 2002-11-11 06:21:00 +0000 |
commit | 545106f8db3e9e40d454a8713e713b0741739b23 (patch) | |
tree | c5a1aa31cac00d7bd5bcfa466374ff746764f3f2 /libbb/Makefile.in | |
parent | 8f0722a53b9a88c0b4e60b79e4362d0f31c32c54 (diff) | |
download | busybox-545106f8db3e9e40d454a8713e713b0741739b23.zip busybox-545106f8db3e9e40d454a8713e713b0741739b23.tar.gz |
Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, moves the guts of run_parts to libbb to be used by ifupdown.
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 6703cf1..e00fd2f 100644 --- a/libbb/Makefile.in +++ b/libbb/Makefile.in @@ -34,8 +34,8 @@ LIBBB_SRC:= \ my_getgrgid.c my_getpwnam.c my_getpwnamegid.c my_getpwuid.c \ parse_mode.c parse_number.c perror_msg.c perror_msg_and_die.c \ print_file.c process_escape_sequence.c read_package_field.c \ - recursive_action.c safe_read.c safe_strncpy.c syscalls.c \ - syslog_msg_with_name.c time_string.c trim.c \ + recursive_action.c run_parts.c safe_read.c safe_strncpy.c \ + syscalls.c syslog_msg_with_name.c time_string.c trim.c \ vdprintf.c verror_msg.c vperror_msg.c wfopen.c xgetcwd.c xreadlink.c \ xregcomp.c interface.c remove_file.c last_char_is.c copyfd.c \ vherror_msg.c herror_msg.c herror_msg_and_die.c xgethostbyname.c \ |