summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2016-07-01 03:59:44 -0400
committerJunio C Hamano <gitster@pobox.com>2016-07-06 11:51:03 -0700
commit4df7c8a0375803b952bad31ac29578cfd56a2ac1 (patch)
tree8ba427059c2fe629ccf67e912daebff2ded898d5
parent1be36b60f158b55e8d594e2b605928a9a71a432f (diff)
downloadgit-4df7c8a0375803b952bad31ac29578cfd56a2ac1.tar.gz
Makefile: use VCSSVN_LIB to refer to svn library
We have an abstracted variable; let's use it consistently. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Makefile4
1 files 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)