My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1be36b6
)
Makefile: use VCSSVN_LIB to refer to svn library
author
Jeff King
<peff@peff.net>
Fri, 1 Jul 2016 07:59:44 +0000
(
03:59
-0400)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 6 Jul 2016 18:51:03 +0000
(11:51 -0700)
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>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
7c71425
..
cc90c62
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)