Fix stupid typo
authorEric Andersen <andersen@codepoet.org>
Fri, 31 Oct 2003 00:21:28 +0000 (00:21 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 31 Oct 2003 00:21:28 +0000 (00:21 -0000)
archival/libunarchive/Makefile.in

index 2c04ceff9cf6603f783ddc3b1bad6448542cfad3..fbc18867530589541a9f50d216ef7482b552d99d 100644 (file)
@@ -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)