summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-11-16 00:10:31 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-11-16 00:44:34 +0900
commitac063fd4c44fc90146908e9039706a79484c6b46 (patch)
treeebf66fbfd6864baa313e5990ae8b2437fb29e159 /tool
parent5dcbe5883364c763ca5324e40716a334360c19a7 (diff)
Depending on revision.h with VPATH
Diffstat (limited to 'tool')
-rwxr-xr-xtool/update-deps2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/update-deps b/tool/update-deps
index ba94840f65..0a69a470cd 100755
--- a/tool/update-deps
+++ b/tool/update-deps
@@ -88,7 +88,6 @@ result.each {|k,v|
# They can be referenced as $(top_srcdir)/filename.
# % ruby -e 'def g(d) Dir.chdir(d) { Dir["**/*.{c,h,inc,dmyh}"] } end; puts((g("repo_source_dir_after_build") - g("repo_source_dir_original")).sort)'
FILES_IN_SOURCE_DIRECTORY = %w[
- revision.h
]
# Files built in the build directory (except extconf.h).
@@ -129,6 +128,7 @@ FILES_NEED_VPATH = %w[
parse.c
parse.h
probes.dmyh
+ revision.h
vm.inc
vmtc.inc