From 4df7c8a0375803b952bad31ac29578cfd56a2ac1 Mon Sep 17 00:00:00 2001 From: Jeff King Date: Fri, 1 Jul 2016 03:59:44 -0400 Subject: [PATCH 1/1] Makefile: use VCSSVN_LIB to refer to svn library We have an abstracted variable; let's use it consistently. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7c7142531a..cc90c62bcd 100644 --- a/Makefile +++ b/Makefile @@ -2231,9 +2231,9 @@ perf: all .PHONY: test perf -t/helper/test-line-buffer$X: vcs-svn/lib.a +t/helper/test-line-buffer$X: $(VCSSVN_LIB) -t/helper/test-svn-fe$X: vcs-svn/lib.a +t/helper/test-svn-fe$X: $(VCSSVN_LIB) .PRECIOUS: $(TEST_OBJS) -- 2.39.2