From 3e4365dfade8f3db20218999532ce859ca9c3c63 Mon Sep 17 00:00:00 2001 From: Daniel Axtens Date: Sun, 26 Apr 2015 19:13:11 +1000 Subject: [PATCH] Makefile.in: use match.lo for linking PIC 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 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 972283fc..522eea22 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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) -- 2.47.2