提交 4df7c8a0 编写于 作者: J Jeff King 提交者: Junio C Hamano

Makefile: use VCSSVN_LIB to refer to svn library

We have an abstracted variable; let's use it consistently.
Signed-off-by: NJeff King <peff@peff.net>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 1be36b60
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册