1
0
mirror of https://github.com/git/git.git synced 2024-09-28 15:01:31 +02:00

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>
This commit is contained in:
Jeff King 2016-07-01 03:59:44 -04:00 committed by Junio C Hamano
parent 1be36b60f1
commit 4df7c8a037

@ -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)