From 2a788fd083c06b1208953156449af0b118ea060e Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 19 Jan 2016 02:30:17 +0000 Subject: 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 --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.in') 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); \ -- cgit v1.2.3