at master 309 B view raw
1--- a/Makefile.in~ 2011-03-06 18:52:54.000000000 +0100 2+++ a/Makefile.in 2014-01-29 19:04:51.384844897 +0100 3@@ -123,7 +123,7 @@ 4 5 %: %.o 6 $(LIBTOOL) --tag=CC --mode=link $(CC) -o $@ -static \ 7- $^ $(OBJS) $(LDFLAGS) -lz ${LIBS} 8+ $(^:.o=.lo) $(OBJS) $(LDFLAGS) -lz ${LIBS} 9 10 include $(srcdir)/deps 11