summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub7
1 files changed, 1 insertions, 6 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index ff1a86597f..756ee7a280 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -495,12 +495,7 @@ HAVE_GIT = no
! endif
!endif
-!if exist($(srcdir)/.svn)
-VCS = svn
-VCSUP = $(VCS) up $(SVNUPOPTIONS)
-!else if exist($(srcdir)/.git/svn)
-VCS = $(GIT) svn
-VCSUP = $(VCS) rebase $(GITSVNREBASEOPTIONS)
+!if defined(VCS)
!else if exist($(srcdir)/.git)
VCS = $(GIT)
VCSUP = $(VCS) pull $(GITPULLOPTIONS)