Skip to content

Commit 4df7c8a

Browse files
peffgitster
authored andcommitted
Makefile: use VCSSVN_LIB to refer to svn library
We have an abstracted variable; let's use it consistently. Signed-off-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1be36b6 commit 4df7c8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2231,9 +2231,9 @@ perf: all
22312231

22322232
.PHONY: test perf
22332233

2234-
t/helper/test-line-buffer$X: vcs-svn/lib.a
2234+
t/helper/test-line-buffer$X: $(VCSSVN_LIB)
22352235

2236-
t/helper/test-svn-fe$X: vcs-svn/lib.a
2236+
t/helper/test-svn-fe$X: $(VCSSVN_LIB)
22372237

22382238
.PRECIOUS: $(TEST_OBJS)
22392239

0 commit comments

Comments
 (0)