summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index df9eab2587..df85095ddf 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -499,7 +499,7 @@ HAVE_GIT = no
!if defined(VCS)
!else if exist($(srcdir)/.git)
VCS = $(GIT)
-VCSUP = $(VCS) pull $(GITPULLOPTIONS)
+VCSUP = $(VCS) pull --rebase $(GITPULLOPTIONS)
!else
VCSUP = rem
!endif