From 3d99a7f4fab41bb057d62c87cb596069a5aba106 Mon Sep 17 00:00:00 2001 From: Nicolas Pitre Date: Wed, 8 Mar 2006 13:19:19 -0500 Subject: [PATCH] test-delta needs zlib to compile Signed-off-by: Nicolas Pitre Signed-off-by: Junio C Hamano --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1c555daa43..cd2c2db19d 100644 --- a/Makefile +++ b/Makefile @@ -564,7 +564,7 @@ test-date$X: test-date.c date.o ctype.o $(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) test-date.c date.o ctype.o test-delta$X: test-delta.c diff-delta.o patch-delta.o - $(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $^ + $(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $^ -lz check: for i in *.c; do sparse $(ALL_CFLAGS) $(SPARSE_FLAGS) $$i || exit; done -- 2.11.4.GIT