summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-21 03:55:08 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-21 03:55:08 +0000
commitcde7ae1c15e2332d227acb92b5635bcd2b931f71 (patch)
tree9aa90a352fdb93037bde97964aac045d3589b733 /Makefile.in
parent5643b4288191f44e47c3500b82353b0d5fc2cee2 (diff)
common.mk: split after-update
* common.mk (after-update): move platform independent targets from Makefile.in. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48068 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 40a6dd6596..39fe0bb37f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -439,7 +439,7 @@ up::
up::
-$(Q)$(MAKE) $(MFLAGS) after-update
-after-update:: update-config_files update-unicode update-gems
+after-update:: update-config_files
update-mspec:
@$(CHDIR) $(srcdir); \