Makefile: use VCSSVN_LIB to refer to svn library
[gitweb.git] / Makefile
index 7c7142531a03b2df9baae50008ceacae17a1e838..cc90c62bcd10e13599bd1ff6db3f1f382c938002 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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)