aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-14 05:10:15 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-14 05:10:15 +0000
commit9f60d8421c2b37974ae2f9868a24002a0334a831 (patch)
treee6eac973cb35745c1dc36d9aefa1f9a65b178b2c /Makefile.in
parent78963f8e8c4ca40e237f83c43775c686d5811dc7 (diff)
downloadruby-9f60d8421c2b37974ae2f9868a24002a0334a831.tar.gz
* Makefile.in (after-update): non-configure platforms don't need
config files. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41296 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index b848ee64cf..3c42ebd3e6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -431,6 +431,11 @@ enc/encinit.$(OBJEXT): enc/encinit.c $(SETUP)
up::
@$(CHDIR) "$(srcdir)" && LC_TIME=C exec $(VCSUP)
+up::
+ -$(Q)$(MAKE) $(MFLAGS) after-update
+
+after-update:: update-config_files
+
update-mspec:
@$(CHDIR) $(srcdir); \
if [ -d spec/mspec ]; then \