From: Jeff King Date: Fri, 1 Jul 2016 07:59:44 +0000 (-0400) Subject: Makefile: use VCSSVN_LIB to refer to svn library X-Git-Tag: v2.9.3~30^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4df7c8a0375803b952bad31ac29578cfd56a2ac1;p=thirdparty%2Fgit.git 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 --- 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)