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>
maint
Jeff King 2016-07-01 03:59:44 -04:00 committed by Junio C Hamano
parent 1be36b60f1
commit 4df7c8a037
1 changed files with 2 additions and 2 deletions

View File

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