Skip to content

Commit c9bf4a0

Browse files
committed
- Fixed deps for parser
[git-p4: depot-paths = "//src/ruby_parser/dev/": change = 7093]
1 parent da5c70e commit c9bf4a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Rakefile

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ Hoe.spec 'ruby_parser' do
2424
self.racc_flags << " -g" if plugin?(:racc) && ENV["DEBUG"]
2525
end
2626

27+
file "lib/ruby18_parser.rb" => "lib/ruby18_parser.y"
28+
file "lib/ruby19_parser.rb" => "lib/ruby19_parser.y"
29+
2730
task :clean do
2831
rm_rf(Dir["**/*~"] +
2932
Dir["**/*.diff"] +

0 commit comments

Comments
 (0)