From f2d68614c8019d84f8af0119c5aefcb6204f329c Mon Sep 17 00:00:00 2001 From: Debian Javascript Maintainers Date: Wed, 20 Nov 2024 20:02:53 +0100 Subject: [PATCH] skip useless files in build target Forwarded: https://github.com/nodejs/node/issues/55787 Gbp-Pq: Topic build Gbp-Pq: Name no-deps.patch --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3fcb32d54..fba722dc8 100644 --- a/Makefile +++ b/Makefile @@ -171,7 +171,7 @@ with-code-cache test-code-cache: $(warning '$@' target is a noop) out/Makefile: config.gypi common.gypi node.gyp \ - deps/uv/uv.gyp deps/llhttp/llhttp.gyp deps/zlib/zlib.gyp \ + deps/llhttp/llhttp.gyp \ deps/simdutf/simdutf.gyp deps/ada/ada.gyp \ tools/v8_gypfiles/toolchain.gypi tools/v8_gypfiles/features.gypi \ tools/v8_gypfiles/inspector.gypi tools/v8_gypfiles/v8.gyp -- 2.30.2