Prepend `gensym` rule to `depfiles`.

parent 76d752c0
......@@ -152,7 +152,7 @@ file presym_inc => presym_file do
end
task :gensym => presym_inc
depfiles += ["gensym"]
depfiles.unshift "gensym"
depfiles += MRuby.targets.map { |n, t|
t.libraries
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment