aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-10-25 14:26:05 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-10-25 14:26:05 +0000
commit7edec6178132237c3a2722bc4d55cba559a1e5db (patch)
tree9dee29939c91e2e4c45efa7e4f4098fca423947e /libbb
parent155c4451185b199b76757b8ed8afe39116c4ff73 (diff)
downloadbusybox-w32-7edec6178132237c3a2722bc4d55cba559a1e5db.tar.gz
busybox-w32-7edec6178132237c3a2722bc4d55cba559a1e5db.tar.bz2
busybox-w32-7edec6178132237c3a2722bc4d55cba559a1e5db.zip
Modify applets to use libunarchive
git-svn-id: svn://busybox.net/trunk/busybox@3582 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb')
-rw-r--r--libbb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Makefile b/libbb/Makefile
index 60c3dda97..0aeaaf79d 100644
--- a/libbb/Makefile
+++ b/libbb/Makefile
@@ -38,7 +38,7 @@ obj-n :=
38obj- := 38obj- :=
39 39
40obj-y += ask_confirmation.o chomp.o concat_path_file.o copy_file.o \ 40obj-y += ask_confirmation.o chomp.o concat_path_file.o copy_file.o \
41 copy_file_chunk.o libc5.o device_open.o error_msg.o \ 41 copy_file_chunk.o deb_functs.o libc5.o device_open.o error_msg.o \
42 error_msg_and_die.o fgets_str.o find_mount_point.o find_pid_by_name.o \ 42 error_msg_and_die.o fgets_str.o find_mount_point.o find_pid_by_name.o \
43 find_root_device.o full_read.o full_write.o get_console.o \ 43 find_root_device.o full_read.o full_write.o get_console.o \
44 get_last_path_component.o get_line_from_file.o gz_open.o human_readable.o \ 44 get_last_path_component.o get_line_from_file.o gz_open.o human_readable.o \