diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-02-09 04:46:34 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-02-09 04:46:34 +0000 |
commit | cc616928d5e719c2f0ab301132f2651cc4f4419c (patch) | |
tree | 6d92cbaccaf81271d82e9a834d104c721078d222 /archival/libunarchive/Makefile.in | |
parent | a88cb5025c3ffd9dc4e7bde58aa58b63afcf65bd (diff) |
Fix endian probelm on PPC, i had different types for an extern variable.
Diffstat (limited to 'archival/libunarchive/Makefile.in')
-rw-r--r-- | archival/libunarchive/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archival/libunarchive/Makefile.in b/archival/libunarchive/Makefile.in index b59048612..fc277d1c4 100644 --- a/archival/libunarchive/Makefile.in +++ b/archival/libunarchive/Makefile.in @@ -55,7 +55,6 @@ LIBUNARCHIVE-y:= \ archive_copy_file.o \ \ check_header_gzip.o \ - check_trailer_gzip.o \ data_align.o \ decompress_bunzip2.o \ find_list_entry.o \ |