summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-19 02:30:17 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-19 02:30:17 +0000
commite48375c112022fa321786ccd95dd4e718efd78a3 (patch)
treeb581a4f0e4b28338f5f96bf0242d8b436ff27897 /win32
parentd4ad4d2db7723a2ea2899fc5c3f1d936029c3f87 (diff)
common.mk: update-remote
* common.mk (update-remote): update by downloading remote files. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53584 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 38d332f726..38933ae9d0 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -454,7 +454,7 @@ scriptbin: $(SCRIPTPROGRAMS)
$(SCRIPTPROGRAMS): $(STUBPROGRAM)
-up::
+update-src::
@cd "$(srcdir:/=\)" && set LC_TIME=C && $(VCSUP)
update-mspec: