Skip to content

Commit

Permalink
Update stable with the compiler2 name change
Browse files Browse the repository at this point in the history
  • Loading branch information
evanphx committed Jan 9, 2008
1 parent 85e9849 commit 0a352c2
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def compile(name, output=nil, check_mtime=false)
end
end

inc = "-Iruntime/stable/compiler2.rba -rcompiler2/init"
inc = "-Iruntime/stable/compiler.rba -rcompiler/init"

if ENV['GDB']
sh "shotgun/rubinius --gdb #{inc} compile #{name} #{output}", :verbose => $verbose
Expand Down
Binary file modified runtime/stable/bootstrap.rba
Binary file not shown.
Binary file modified runtime/stable/compiler.rba
Binary file not shown.
Binary file removed runtime/stable/compiler1.rba
Binary file not shown.
Binary file removed runtime/stable/compiler2.rba
Binary file not shown.
Binary file modified runtime/stable/core.rba
Binary file not shown.
Binary file modified runtime/stable/loader.rbc
Binary file not shown.
Binary file modified runtime/stable/platform.rba
Binary file not shown.

0 comments on commit 0a352c2

Please sign in to comment.