Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2016-07-01 10:59:44 +0300
committerJunio C Hamano <gitster@pobox.com>2016-07-06 21:51:03 +0300
commit4df7c8a0375803b952bad31ac29578cfd56a2ac1 (patch)
tree8ba427059c2fe629ccf67e912daebff2ded898d5 /Makefile
parent1be36b60f158b55e8d594e2b605928a9a71a432f (diff)
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>
Diffstat (limited to 'Makefile')
-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)