diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-11-03 18:12:50 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-11-03 18:12:50 +0900 |
| commit | b08da9c30b3c994f953a52ecf04bd2d2711a1733 (patch) | |
| tree | 1175f24a4847812bdd97327ea51bc5bf0b8e1b20 /mrbgems/mruby-compiler | |
| parent | 963b44286acf2e822130ef693a9891d06a3e4dfc (diff) | |
| parent | ea5d0a593c708120308f6cd92420148f9e90f64c (diff) | |
| download | mruby-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.rake | 3 |
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 |
