diff options
author | Eric Andersen | 2001-08-02 10:55:32 +0000 |
---|---|---|
committer | Eric Andersen | 2001-08-02 10:55:32 +0000 |
commit | be0c36009a342de3599d498d6f150030b6a75b98 (patch) | |
tree | 5af27e4751ecae51387a99872b66a8cd6e621caa /Makefile | |
parent | 23b1e5c7df2e619654d0a53785fcdef5072b40ed (diff) | |
download | busybox-be0c36009a342de3599d498d6f150030b6a75b98.zip busybox-be0c36009a342de3599d498d6f150030b6a75b98.tar.gz |
More libc5 fixups
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -235,7 +235,7 @@ endif LIBBB = libbb LIBBB_LIB = libbb.a LIBBB_CSRC= ask_confirmation.c chomp.c concat_path_file.c copy_file.c \ -copy_file_chunk.c daemon.c device_open.c error_msg.c \ +copy_file_chunk.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 gz_open.c human_readable.c \ |