diff options
Diffstat (limited to 'archival/libunarchive/Kbuild')
-rw-r--r-- | archival/libunarchive/Kbuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archival/libunarchive/Kbuild b/archival/libunarchive/Kbuild index d104524e4..a58a84f4b 100644 --- a/archival/libunarchive/Kbuild +++ b/archival/libunarchive/Kbuild | |||
@@ -28,7 +28,8 @@ lib-y:= \ | |||
28 | find_list_entry.o \ | 28 | find_list_entry.o \ |
29 | init_handle.o | 29 | init_handle.o |
30 | 30 | ||
31 | GUNZIP_FILES:= check_header_gzip.o decompress_unzip.o | 31 | GUNZIP_FILES:= decompress_unzip.o |
32 | |||
32 | DPKG_FILES:= \ | 33 | DPKG_FILES:= \ |
33 | get_header_ar.o \ | 34 | get_header_ar.o \ |
34 | unpack_ar_archive.o \ | 35 | unpack_ar_archive.o \ |