summaryrefslogtreecommitdiff
path: root/Makefile.in
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 /Makefile.in
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 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index c0202b9c2a..9901573ee3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -467,10 +467,10 @@ ext/extinit.$(OBJEXT): ext/extinit.c $(SETUP)
enc/encinit.$(OBJEXT): enc/encinit.c $(SETUP)
-up::
+update-src::
@$(CHDIR) "$(srcdir)" && LC_TIME=C exec $(VCSUP)
-after-update:: update-config_files common-srcs
+after-update:: common-srcs
update-mspec:
@$(CHDIR) $(srcdir); \