diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-11-14 09:22:24 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-11-14 09:22:24 +0000 |
commit | 7b215b99b2c2af4491fdb05058eee1abcc0d37aa (patch) | |
tree | 5d68c91ff300439c3c64c34d70cab96b0919c80f /archival/libunarchive/Makefile.in | |
parent | 1a41db8eaf5a4e09023a6d46da82c625d3754eb1 (diff) |
Fix build error with tar -j
Diffstat (limited to 'archival/libunarchive/Makefile.in')
-rw-r--r-- | archival/libunarchive/Makefile.in | 2 |
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 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_BZIP2) += get_header_tar_bz2.o +LIBUNARCHIVE-$(CONFIG_FEATURE_TAR_BZIP2) += decompress_bunzip2.o 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) |