Co-authored-by: Alan Wu <alansi.xingwu@shopify.com>
This commit is contained in:
Takashi Kokubun 2023-07-20 12:52:55 -07:00
Родитель 1129488f6f
Коммит b71f79dd17
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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}"