diff options
author | Glenn L McGrath | 2002-12-02 00:01:36 +0000 |
---|---|---|
committer | Glenn L McGrath | 2002-12-02 00:01:36 +0000 |
commit | b963875a3e7c57f7cce58205f15bbf426b796927 (patch) | |
tree | 83ddadefc0a5fdf0d4722217fe4d2c9f04fc6049 /libbb/Makefile.in | |
parent | f112daa232122dd114933d04a9e415cfc61f1717 (diff) | |
download | busybox-b963875a3e7c57f7cce58205f15bbf426b796927.zip busybox-b963875a3e7c57f7cce58205f15bbf426b796927.tar.gz |
Move compare_string_array to libbb
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 e00fd2f..4a6df77 100644 --- a/libbb/Makefile.in +++ b/libbb/Makefile.in @@ -24,8 +24,8 @@ LIBBB_DIR:=$(TOPDIR)libbb/ endif LIBBB_SRC:= \ - ask_confirmation.c chomp.c concat_path_file.c copy_file.c \ - copy_file_chunk.c dump.c libc5.c device_open.c error_msg.c \ + ask_confirmation.c chomp.c compare_string_array.c concat_path_file.c \ + copy_file.c copy_file_chunk.c dump.c libc5.c device_open.c error_msg.c \ error_msg_and_die.c fgets_str.c find_mount_point.c find_pid_by_name.c \ find_root_device.c full_read.c full_write.c get_console.c \ get_last_path_component.c get_line_from_file.c \ |