Skip to content

Commit 5f2f424

Browse files
Eric WongJunio C Hamano
authored andcommitted
contrib/git-svn: make sure our git-svn is up-to-date for test
Bugs like the last one could've been avoided if it weren't for this... Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 5941a9e commit 5f2f424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/git-svn/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ git-svn.xml : git-svn.txt
2828
git-svn.html : git-svn.txt
2929
asciidoc -b xhtml11 -d manpage \
3030
-f ../../Documentation/asciidoc.conf $<
31-
test:
31+
test: git-svn
3232
cd t && $(SHELL) ./t0000-contrib-git-svn.sh
3333

3434
clean:

0 commit comments

Comments
 (0)