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>
Jeff King committed
Jul 1, 2016 at 03:59 UTC
4df7c8a0375803b952bad31ac29578cfd56a2ac1
1 file changed
+2
-2
Makefile
+2
-2
@@ -2231,9 +2231,9 @@ perf: all
2231
2232
.PHONY: test perf
2233
2234
-t/helper/test-line-buffer$X: vcs-svn/lib.a
2234
+t/helper/test-line-buffer$X: $(VCSSVN_LIB)
2235
2236
-t/helper/test-svn-fe$X: vcs-svn/lib.a
2236
+t/helper/test-svn-fe$X: $(VCSSVN_LIB)
2237
2238
.PRECIOUS: $(TEST_OBJS)
2239