Browse Source

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 9 years ago committed by Junio C Hamano
parent
commit
4df7c8a037
  1. 4
      Makefile

4
Makefile

@ -2231,9 +2231,9 @@ perf: all @@ -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)


Loading…
Cancel
Save