summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/rake-compiler2
-rw-r--r--tasks/bin/cross-ruby.rake (renamed from tasks/cross/Rakefile)0
2 files changed, 1 insertions, 1 deletions
diff --git a/bin/rake-compiler b/bin/rake-compiler
index 1b4ac92..7a21fdd 100644
--- a/bin/rake-compiler
+++ b/bin/rake-compiler
@@ -18,7 +18,7 @@ end
Rake.application.init('rake-compiler')
# Load the already cooked tasks ;-)
-load File.join(File.dirname(__FILE__), %w{.. tasks cross Rakefile})
+load File.join(File.dirname(__FILE__), %w{.. tasks bin cross-ruby.rake})
# delegate control to Rake
Rake.application.top_level
diff --git a/tasks/cross/Rakefile b/tasks/bin/cross-ruby.rake
index 8506de5..8506de5 100644
--- a/tasks/cross/Rakefile
+++ b/tasks/bin/cross-ruby.rake