summaryrefslogtreecommitdiff
path: root/tool/update-deps
diff options
context:
space:
mode:
Diffstat (limited to 'tool/update-deps')
-rwxr-xr-xtool/update-deps1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/update-deps b/tool/update-deps
index b451c798b6..9a200bf4da 100755
--- a/tool/update-deps
+++ b/tool/update-deps
@@ -337,6 +337,7 @@ def read_single_cc_deps(path_i, cwd)
next if /\A\# \d+ "(.*)"/ !~ line
dep = $1
next if %r{\A<.*>\z} =~ dep # omit <command-line>, etc.
+ next if /\.erb\z/ =~ dep
compiler_wd ||= dep
files[dep] = true
}