diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2002-12-07 23:30:11 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2002-12-07 23:30:11 +0000 |
commit | 4a6b4e393c0aa8b5e184573374f1f7a49120f20c (patch) | |
tree | affc2be4d2e0dc6317e2b68f59edd8bd3e225555 | |
parent | 4e05b9b0431aff7b44f57c333288401caaf86300 (diff) | |
download | busybox-w32-4a6b4e393c0aa8b5e184573374f1f7a49120f20c.tar.gz busybox-w32-4a6b4e393c0aa8b5e184573374f1f7a49120f20c.tar.bz2 busybox-w32-4a6b4e393c0aa8b5e184573374f1f7a49120f20c.zip |
Commit to reverse my previous commit, isnt cvs supposed to have some undo command ?
-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 e00fd2f51..4a6df77f7 100644 --- a/libbb/Makefile.in +++ b/libbb/Makefile.in | |||
@@ -24,8 +24,8 @@ LIBBB_DIR:=$(TOPDIR)libbb/ | |||
24 | endif | 24 | endif |
25 | 25 | ||
26 | LIBBB_SRC:= \ | 26 | LIBBB_SRC:= \ |
27 | ask_confirmation.c chomp.c concat_path_file.c copy_file.c \ | 27 | ask_confirmation.c chomp.c compare_string_array.c concat_path_file.c \ |
28 | copy_file_chunk.c dump.c libc5.c device_open.c error_msg.c \ | 28 | copy_file.c copy_file_chunk.c dump.c libc5.c device_open.c error_msg.c \ |
29 | error_msg_and_die.c fgets_str.c find_mount_point.c find_pid_by_name.c \ | 29 | error_msg_and_die.c fgets_str.c find_mount_point.c find_pid_by_name.c \ |
30 | find_root_device.c full_read.c full_write.c get_console.c \ | 30 | find_root_device.c full_read.c full_write.c get_console.c \ |
31 | get_last_path_component.c get_line_from_file.c \ | 31 | get_last_path_component.c get_line_from_file.c \ |