summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-23 15:22:58 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-23 15:22:58 +0000
commitc5712c91b9d00e102d07a4b207f5f22867a386cd (patch)
tree562d1048e7de01c4895efc21c1c5f768cd2fdc2d /common.mk
parent7577e786343acfae01dd0823f8f3cdb04de62316 (diff)
* Makefile.in, common.mk: move common-srcs to Makefile.in because
it breaks build on mswin. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48943 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 6a878bcfc5..76ab061555 100644
--- a/common.mk
+++ b/common.mk
@@ -903,7 +903,7 @@ up::
up::
-$(Q)$(MAKE) $(MFLAGS) after-update
-after-update:: update-unicode update-gems common-srcs extract-extlibs
+after-update:: update-unicode update-gems extract-extlibs
update-config_files: PHONY
$(Q) $(BASERUBY) -C "$(srcdir)/tool" \