diff --git a/Rakefile b/Rakefile index e1a0064c..08b15725 100644 --- a/Rakefile +++ b/Rakefile @@ -24,7 +24,7 @@ def jruby? Object.const_defined?(:RUBY_ENGINE) and 'jruby' == RUBY_ENGINE end -file 'lib/racc/parser-text.rb' => ['lib/racc/parser.rb', __FILE__] do |t| +file 'lib/racc/parser-text.rb' => ['lib/racc/parser.rb', 'lib/racc/info.rb', __FILE__] do |t| source = 'lib/racc/parser.rb' text = File.read(source)