diff --git a/Rakefile b/Rakefile index d475bcff7..56951b02a 100644 --- a/Rakefile +++ b/Rakefile @@ -111,7 +111,7 @@ rbfiles = (Dir.glob("#{MRUBY_ROOT}/mrblib/*.rb")+ Dir.glob("#{MRUBY_ROOT}/mrbgems/*/mrblib/*.rb")+ Dir.glob("#{MRUBY_ROOT}/build/*/mrbgems/**/mrblib/*.rb")).uniq presym_file="#{MRUBY_ROOT}/build/presym" -predef_symbols = nil + desc "preallocated symbols" file presym_file => cfiles+rbfiles do csymbols = cfiles.map do |f|