diff options
author | Jeff King <peff@peff.net> | 2016-07-01 03:59:44 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-07-06 11:51:03 -0700 |
commit | 4df7c8a0375803b952bad31ac29578cfd56a2ac1 (patch) | |
tree | 8ba427059c2fe629ccf67e912daebff2ded898d5 /Makefile | |
parent | Makefile: drop extra dependencies for test helpers (diff) | |
download | tgif-4df7c8a0375803b952bad31ac29578cfd56a2ac1.tar.xz |
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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |