diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-10-22 01:07:32 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-10-22 01:07:32 +0000 |
commit | 035bc4f6c4bbf14af58bb4d93411507554d7ab6b (patch) | |
tree | e628eb2ead0c0c79fdd7f4d421c9bbb704445546 /archival | |
parent | bb73efbdb068dbd84239d09c40280a7847daa3d4 (diff) | |
download | busybox-w32-035bc4f6c4bbf14af58bb4d93411507554d7ab6b.tar.gz busybox-w32-035bc4f6c4bbf14af58bb4d93411507554d7ab6b.tar.bz2 busybox-w32-035bc4f6c4bbf14af58bb4d93411507554d7ab6b.zip |
Move unzip.c uncompress.c from libbb to archiveal/libunarchive
git-svn-id: svn://busybox.net/trunk/busybox@5681 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'archival')
-rw-r--r-- | archival/libunarchive/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archival/libunarchive/Makefile.in b/archival/libunarchive/Makefile.in index 87c888b0b..421f55f76 100644 --- a/archival/libunarchive/Makefile.in +++ b/archival/libunarchive/Makefile.in | |||
@@ -47,10 +47,12 @@ LIBUNARCHIVE-y:= \ | |||
47 | check_trailer_gzip.o \ | 47 | check_trailer_gzip.o \ |
48 | copy_file_chunk_fd.o \ | 48 | copy_file_chunk_fd.o \ |
49 | data_align.o \ | 49 | data_align.o \ |
50 | find_list_entry.o \ | ||
50 | init_handle.o \ | 51 | init_handle.o \ |
51 | seek_sub_file.o \ | 52 | seek_sub_file.o \ |
53 | uncompress.o \ | ||
52 | unpack_ar_archive.o \ | 54 | unpack_ar_archive.o \ |
53 | find_list_entry.o | 55 | unzip.o |
54 | 56 | ||
55 | LIBUNARCHIVE-$(CONFIG_DPKG) += | 57 | LIBUNARCHIVE-$(CONFIG_DPKG) += |
56 | LIBUNARCHIVE-$(CONFIG_DPKG_DEB) += | 58 | LIBUNARCHIVE-$(CONFIG_DPKG_DEB) += |