summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-compiler
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-11-03 18:12:50 +0900
committerGitHub <[email protected]>2020-11-03 18:12:50 +0900
commitb08da9c30b3c994f953a52ecf04bd2d2711a1733 (patch)
tree1175f24a4847812bdd97327ea51bc5bf0b8e1b20 /mrbgems/mruby-compiler
parent963b44286acf2e822130ef693a9891d06a3e4dfc (diff)
parentea5d0a593c708120308f6cd92420148f9e90f64c (diff)
downloadmruby-b08da9c30b3c994f953a52ecf04bd2d2711a1733.tar.gz
mruby-b08da9c30b3c994f953a52ecf04bd2d2711a1733.zip
Merge pull request #5112 from shuujii/fix-dependencies-of-y.tab.o
Fix dependencies of `y.tab.o`
Diffstat (limited to 'mrbgems/mruby-compiler')
-rw-r--r--mrbgems/mruby-compiler/mrbgem.rake3
1 files changed, 0 insertions, 3 deletions
diff --git a/mrbgems/mruby-compiler/mrbgem.rake b/mrbgems/mruby-compiler/mrbgem.rake
index 90583e64f..e2a50fb89 100644
--- a/mrbgems/mruby-compiler/mrbgem.rake
+++ b/mrbgems/mruby-compiler/mrbgem.rake
@@ -16,9 +16,6 @@ MRuby::Gem::Specification.new 'mruby-compiler' do |spec|
build.compile_as_cxx("#{dir}/core/codegen.c", "#{build_dir}/core/codegen.cxx")
else
core_objs << objfile("#{build_dir}/core/y.tab")
- file objfile("#{build_dir}/core/y.tab") => "#{dir}/core/y.tab.c" do |t|
- cc.run t.name, t.prerequisites.first, [], ["#{dir}/core"]
- end
end
# Parser