Skip to content

Commit

Permalink
racc/parser-text.rb depends on Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Jun 10, 2023
1 parent 27512b6 commit be1affd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def jruby?
Object.const_defined?(:RUBY_ENGINE) and 'jruby' == RUBY_ENGINE
end

file 'lib/racc/parser-text.rb' => ['lib/racc/parser.rb'] do |t|
file 'lib/racc/parser-text.rb' => ['lib/racc/parser.rb', __FILE__] do |t|
source = 'lib/racc/parser.rb'

text = File.read(source)
Expand Down

0 comments on commit be1affd

Please sign in to comment.