aboutsummaryrefslogtreecommitdiff
path: root/archival
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-10-31 00:21:28 +0000
committerEric Andersen <andersen@codepoet.org>2003-10-31 00:21:28 +0000
commit0120be94a0d4203f35a15fd4a8e82f1e57511445 (patch)
tree1006f38a6feb836d254316213eae21a35b3f586d /archival
parent9716575f1a095e8f2a699b3bd91646fabab41eed (diff)
downloadbusybox-0120be94a0d4203f35a15fd4a8e82f1e57511445.tar.gz
Fix stupid typo
Diffstat (limited to 'archival')
-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 2c04ceff9..fbc188675 100644
--- a/archival/libunarchive/Makefile.in
+++ b/archival/libunarchive/Makefile.in
@@ -70,7 +70,7 @@ LIBUNARCHIVE-$(CONFIG_FEATURE_GUNZIP_UNCOMPRESS) += uncompress.o
LIBUNARCHIVE-$(CONFIG_RPM2CPIO) += $(GUNZIP_FILES) get_header_cpio.o
LIBUNARCHIVE-$(CONFIG_RPM) += $(GUNZIP_FILES) get_header_cpio.o
LIBUNARCHIVE-$(CONFIG_TAR) += get_header_tar.o
-LIBUNARCHIVE-$(CONFIG_FEATURE_TAR_BZ2) += get_header_tar_bz2.o
+LIBUNARCHIVE-$(CONFIG_FEATURE_TAR_BZIP2) += get_header_tar_bz2.o
LIBUNARCHIVE-$(CONFIG_FEATURE_TAR_GZIP) += $(GUNZIP_FILES) get_header_tar_gz.o
LIBUNARCHIVE-$(CONFIG_UNCOMPRESS) += uncompress.o
LIBUNARCHIVE-$(CONFIG_UNZIP) += $(GUNZIP_FILES)