Add a missing *
Co-authored-by: Alan Wu <alansi.xingwu@shopify.com>
This commit is contained in:
parent
1129488f6f
commit
b71f79dd17
@ -236,7 +236,7 @@ def in_makefile(target, source)
|
||||
else source2 = "$(top_srcdir)/#{source}"
|
||||
end
|
||||
["#{File.dirname(target)}/depend", target2, source2]
|
||||
when UNSTABLE_FILES
|
||||
when *UNSTABLE_FILES
|
||||
warn "warning: ignoring: #{target}"
|
||||
else
|
||||
raise "unexpected target: #{target}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user