aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-29 05:52:18 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-29 05:52:18 +0000
commitca9b486294fa860c5fbe9a3b29e1cde7b4935b7c (patch)
treee7888163c15c841eeee194729206e1206a3d55e7 /common.mk
parent32421ba3e1858c4e766aba7fdc445afe2961018a (diff)
downloadruby-ca9b486294fa860c5fbe9a3b29e1cde7b4935b7c.tar.gz
* tool/insns2vm.rb, lib/vm/instruction.rb: move process body
to lib/vm/instruction.rb. * common.mk: fix aotc rule. experimental. bin/ruby2cext is not added yet. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.mk b/common.mk
index d9b0f15c75..1c99013072 100644
--- a/common.mk
+++ b/common.mk
@@ -650,8 +650,8 @@ benchmark-each: $(PROGRAM) PHONY
tbench: $(PROGRAM) PHONY
$(RUNRUBY) $(srcdir)/benchmark/run.rb bmx $(OPT) --ruby=./$(PROGRAM) --matzruby=$(MATZRUBY) --opts=-I$(srcdir)/lib
-aotc:
- $(RUBY) -I$(srcdir) -I. $(srcdir)/tool/aotcompile.rb $(INSNS2VMOPT)
+aotc: $(PROGRAM) PHONY
+ ./$(PROGRAM) -I$(srcdir)/lib $(srcdir)/bin/ruby2cext $(srcdir)/test.rb
vmasm: vm.$(ASMEXT)