From e89150b1d403ebc6ced457561424a16ab59ea4ef Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 22 Aug 2023 21:56:51 -0700 Subject: Render YARP templates into the build directory (#8266) --- tool/update-deps | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tool') diff --git a/tool/update-deps b/tool/update-deps index a367669435..5662188dee 100755 --- a/tool/update-deps +++ b/tool/update-deps @@ -149,6 +149,13 @@ FILES_NEED_VPATH = %w[ enc/trans/single_byte.c enc/trans/utf8_mac.c enc/trans/utf_16_32.c + + yarp/api_node.c + yarp/ast.h + yarp/node.c + yarp/prettyprint.c + yarp/serialize.c + yarp/token_type.c ] # Multiple files with same filename. -- cgit v1.2.3