aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2001-10-25 14:26:05 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2001-10-25 14:26:05 +0000
commit0d2fb76c11be8d9902bca7a62d4d66f1df314fa0 (patch)
tree9dee29939c91e2e4c45efa7e4f4098fca423947e /libbb
parent95ebf618b78814ef250bf40737816784cdaef74d (diff)
downloadbusybox-0d2fb76c11be8d9902bca7a62d4d66f1df314fa0.tar.gz
Modify applets to use libunarchive
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 :=
obj- :=
obj-y += ask_confirmation.o chomp.o concat_path_file.o copy_file.o \
- copy_file_chunk.o libc5.o device_open.o error_msg.o \
+ copy_file_chunk.o deb_functs.o libc5.o device_open.o error_msg.o \
error_msg_and_die.o fgets_str.o find_mount_point.o find_pid_by_name.o \
find_root_device.o full_read.o full_write.o get_console.o \
get_last_path_component.o get_line_from_file.o gz_open.o human_readable.o \