diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-03-06 05:28:42 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-03-06 05:28:42 +0000 |
| commit | 887883f2fc1437c9ffda40899400acd4c025f963 (patch) | |
| tree | ec411afa37b7ce8c0f42d6489371cd12d169bf47 /Makefile.in | |
| parent | 5d4720da81db9c3131bb537af96e27686fa0ea35 (diff) | |
| download | ruby-887883f2fc1437c9ffda40899400acd4c025f963.tar.gz ruby-887883f2fc1437c9ffda40899400acd4c025f963.tar.xz ruby-887883f2fc1437c9ffda40899400acd4c025f963.zip | |
* Makefile.in, win32/Makefile.sub (INSNS): moved variable
definition before rule.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22792 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index eaa9f9749..bdbe36d9b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -272,5 +272,8 @@ 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): $(srcdir)/insns.def vm_opts.h $(srcdir)/defs/opt_operand.def $(srcdir)/defs/opt_insn_unif.def $(BASERUBY) -Ks $(srcdir)/tool/insns2vm.rb $(INSNS2VMOPT) $@ |
