]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Makefile.in: use match.lo for linking PIC 5/head
authorDaniel Axtens <dja@axtens.net>
Sun, 26 Apr 2015 09:13:11 +0000 (19:13 +1000)
committerDaniel Axtens <dja@axtens.net>
Sun, 26 Apr 2015 09:14:04 +0000 (19:14 +1000)
The rest of the items in the list are .lo files; this should be too.
Needed for ./configure --cover to work.

Signed-off-by: Daniel Axtens <dja@axtens.net>
Makefile.in

index 972283fc3f2e2e311856b20ccae55557fbf740f7..522eea220b0eac3ee27471242ee21cccda1d9f5c 100644 (file)
@@ -57,7 +57,7 @@ OBJZ = adler32.o crc32.o deflate.o match.o infback.o inffast.o inflate.o inftree
 OBJG = compress.o uncompr.o gzclose.o gzlib.o gzread.o gzwrite.o
 OBJC = $(OBJZ) $(OBJG)
 
-PIC_OBJZ = adler32.lo crc32.lo deflate.lo match.o infback.lo inffast.lo inflate.lo inftrees.lo trees.lo zutil.lo $(ARCH_SHARED_OBJS)
+PIC_OBJZ = adler32.lo crc32.lo deflate.lo match.lo infback.lo inffast.lo inflate.lo inftrees.lo trees.lo zutil.lo $(ARCH_SHARED_OBJS)
 PIC_OBJG = compress.lo uncompr.lo gzclose.lo gzlib.lo gzread.lo gzwrite.lo
 PIC_OBJC = $(PIC_OBJZ) $(PIC_OBJG)