From 28efd93e184e73f807996e61ca4a2bef3b0e4fa7 Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 20 Jan 2016 12:00:14 +0000 Subject: * common.mk, Makefile.in: update-config.files is only for Unix platforms. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- Makefile.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 9901573ee3..80aa1543b3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -470,6 +470,13 @@ enc/encinit.$(OBJEXT): enc/encinit.c $(SETUP) update-src:: @$(CHDIR) "$(srcdir)" && LC_TIME=C exec $(VCSUP) +update-download:: update-config_files + +update-config_files: PHONY + $(Q) $(BASERUBY) -C "$(srcdir)/tool" \ + ../tool/downloader.rb -e gnu \ + config.guess config.sub + after-update:: common-srcs update-mspec: -- cgit v1.2.3