Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1--- Makefile.in~ 2011-03-06 18:52:54.000000000 +0100 2+++ 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