From 1b4ad941b4c715087f98ee15c4949898c25d00eb Mon Sep 17 00:00:00 2001 From: Masaki Muranaka Date: Thu, 11 Apr 2013 12:52:20 +0900 Subject: Use not tool/ but tools/. This is for naming consistency. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 9c6c3cbb8..71c344baa 100644 --- a/Rakefile +++ b/Rakefile @@ -55,7 +55,7 @@ MRuby.each_target do gem.bins.each do |bin| exec = exefile("#{build_dir}/bin/#{bin}") - objs = Dir.glob("#{current_dir}/tool/#{bin}/*.c").map { |f| objfile(f.pathmap("#{current_build_dir}/tool/#{bin}/%n")) } + objs = Dir.glob("#{current_dir}/tools/#{bin}/*.c").map { |f| objfile(f.pathmap("#{current_build_dir}/tools/#{bin}/%n")) } file exec => objs + [libfile("#{build_dir}/lib/libmruby")] do |t| gem_flags = gems.map { |g| g.linker.flags } -- cgit v1.2.3