summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-04 11:53:25 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-04 11:53:25 +0000
commit549c6484d1dbe58aa39c830c1fe47702a2462ac3 (patch)
treefaf42ed8f6f9191be326171f0d58ab21efb03898 /Makefile.in
parentd04b4a8a6ffd077dbcdaeda8c1785730d4679bde (diff)
downloadruby-549c6484d1dbe58aa39c830c1fe47702a2462ac3.tar.gz
ruby-549c6484d1dbe58aa39c830c1fe47702a2462ac3.tar.xz
ruby-549c6484d1dbe58aa39c830c1fe47702a2462ac3.zip
merges r21284 from trunk into ruby_1_9_1.
* common.mk, Makefile.in, win32/Makefile.sub (INSNS): move the macro definition from common.mk to {Makefile.in,win32/Makefile.sub}. [ruby-dev:37678] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21317 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index d0762c9e1..6c0b9dce0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -265,6 +265,9 @@ test-rubyspec:
@if [ ! -d $(srcdir)/spec/rubyspec ]; then echo No rubyspec here. make update-rubyspec first.; exit 1; fi
$(RUNRUBY) $(srcdir)/spec/mspec/bin/mspec -B $(srcdir)/spec/default.mspec $(MSPECOPT)
+INSNS = opt_sc.inc optinsn.inc optunifs.inc insns.inc insns_info.inc \
+ vmtc.inc vm.inc
+
$(INSNS):
@$(RM) $(PROGRAM)
$(BASERUBY) -Ks $(srcdir)/tool/insns2vm.rb $(INSNS2VMOPT) $@