aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-21 06:58:03 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-21 06:58:03 +0000
commite28260cc055934a8bb92d3f4a0cb086945cb325a (patch)
treed4c72270a78465e419a700fc17ea83c6bc361c2a /Makefile.in
parentefbffb52a314055f786632040e5bcf82d16034c3 (diff)
downloadruby-e28260cc055934a8bb92d3f4a0cb086945cb325a.tar.gz
common.mk: update-config_files is back
* common.mk (update-config_files): move back from Makefile.in, needs to be here for .travis.yml. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index 80aa1543b3..a2a48f7d4a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -472,11 +472,6 @@ update-src::
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: