From 7e21d5f6b1bdac9c20139e8bef82b17559e548a0 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 27 Apr 2006 23:34:46 +0000 Subject: Patch from Dennis Vlasenko to add the option to compress help text. --- archival/libunarchive/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'archival') diff --git a/archival/libunarchive/Makefile.in b/archival/libunarchive/Makefile.in index 9bb9156..928e5bf 100644 --- a/archival/libunarchive/Makefile.in +++ b/archival/libunarchive/Makefile.in @@ -67,6 +67,7 @@ LIBUNARCHIVE-$(CONFIG_FEATURE_TAR_GZIP) += $(GUNZIP_FILES) get_header_tar_gz.o LIBUNARCHIVE-$(CONFIG_FEATURE_TAR_COMPRESS) += decompress_uncompress.o LIBUNARCHIVE-$(CONFIG_UNCOMPRESS) += decompress_uncompress.o LIBUNARCHIVE-$(CONFIG_UNZIP) += $(GUNZIP_FILES) +LIBUNARCHIVE-$(CONFIG_FEATURE_COMPRESS_USAGE) += decompress_bunzip2.o LIBUNARCHIVE-y:=$(sort $(LIBUNARCHIVE-y)) -- cgit v1.1