mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
Add a missing *
Co-authored-by: Alan Wu <alansi.xingwu@shopify.com>
This commit is contained in:
parent
1129488f6f
commit
b71f79dd17
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ def in_makefile(target, source)
|
||||||
else source2 = "$(top_srcdir)/#{source}"
|
else source2 = "$(top_srcdir)/#{source}"
|
||||||
end
|
end
|
||||||
["#{File.dirname(target)}/depend", target2, source2]
|
["#{File.dirname(target)}/depend", target2, source2]
|
||||||
when UNSTABLE_FILES
|
when *UNSTABLE_FILES
|
||||||
warn "warning: ignoring: #{target}"
|
warn "warning: ignoring: #{target}"
|
||||||
else
|
else
|
||||||
raise "unexpected target: #{target}"
|
raise "unexpected target: #{target}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue