aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive/Makefile.in
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-11-14 09:22:24 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-11-14 09:22:24 +0000
commit47ad418d1791d1eabaddc8423b6738174d8a1425 (patch)
tree5d68c91ff300439c3c64c34d70cab96b0919c80f /archival/libunarchive/Makefile.in
parentb598431e581adfd1a9dec0a711a205998d1d505b (diff)
downloadbusybox-w32-47ad418d1791d1eabaddc8423b6738174d8a1425.tar.gz
busybox-w32-47ad418d1791d1eabaddc8423b6738174d8a1425.tar.bz2
busybox-w32-47ad418d1791d1eabaddc8423b6738174d8a1425.zip
Fix build error with tar -j
git-svn-id: svn://busybox.net/trunk/busybox@7910 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r--archival/libunarchive/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libunarchive/Makefile.in b/archival/libunarchive/Makefile.in
index fbc188675..3d7bdef6b 100644
--- a/archival/libunarchive/Makefile.in
+++ b/archival/libunarchive/Makefile.in
@@ -70,7 +70,7 @@ LIBUNARCHIVE-$(CONFIG_FEATURE_GUNZIP_UNCOMPRESS) += uncompress.o
70LIBUNARCHIVE-$(CONFIG_RPM2CPIO) += $(GUNZIP_FILES) get_header_cpio.o 70LIBUNARCHIVE-$(CONFIG_RPM2CPIO) += $(GUNZIP_FILES) get_header_cpio.o
71LIBUNARCHIVE-$(CONFIG_RPM) += $(GUNZIP_FILES) get_header_cpio.o 71LIBUNARCHIVE-$(CONFIG_RPM) += $(GUNZIP_FILES) get_header_cpio.o
72LIBUNARCHIVE-$(CONFIG_TAR) += get_header_tar.o 72LIBUNARCHIVE-$(CONFIG_TAR) += get_header_tar.o
73LIBUNARCHIVE-$(CONFIG_FEATURE_TAR_BZIP2) += get_header_tar_bz2.o 73LIBUNARCHIVE-$(CONFIG_FEATURE_TAR_BZIP2) += decompress_bunzip2.o get_header_tar_bz2.o
74LIBUNARCHIVE-$(CONFIG_FEATURE_TAR_GZIP) += $(GUNZIP_FILES) get_header_tar_gz.o 74LIBUNARCHIVE-$(CONFIG_FEATURE_TAR_GZIP) += $(GUNZIP_FILES) get_header_tar_gz.o
75LIBUNARCHIVE-$(CONFIG_UNCOMPRESS) += uncompress.o 75LIBUNARCHIVE-$(CONFIG_UNCOMPRESS) += uncompress.o
76LIBUNARCHIVE-$(CONFIG_UNZIP) += $(GUNZIP_FILES) 76LIBUNARCHIVE-$(CONFIG_UNZIP) += $(GUNZIP_FILES)