aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive/Makefile.in
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-11-05 02:56:57 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-11-05 02:56:57 +0000
commit7f2a95319b640d8a40e370352cc4a8d8b8d63e0e (patch)
tree4a3208eb2fd77b946ccedaff5de898f877eb36cc /archival/libunarchive/Makefile.in
parent18bbca18acf229875f2bb60cc37c3e8c22d237bc (diff)
downloadbusybox-7f2a95319b640d8a40e370352cc4a8d8b8d63e0e.tar.gz
Fail silently if a partial tar header is read as tar.bz2 is leaving trailing junk (not sure why), add some missing files
Diffstat (limited to 'archival/libunarchive/Makefile.in')
-rw-r--r--archival/libunarchive/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/archival/libunarchive/Makefile.in b/archival/libunarchive/Makefile.in
index 469004d5f..5675d092f 100644
--- a/archival/libunarchive/Makefile.in
+++ b/archival/libunarchive/Makefile.in
@@ -36,6 +36,7 @@ LIBUNARCHIVE-y:= \
\
get_header_ar.o \
get_header_tar.o \
+ get_header_tar_bz2.o \
get_header_tar_gz.o \
\
header_skip.o \