You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
782 B
25 lines
782 B
From 0da4decd64a9cbfcf75b2697c722cd6fc82a164d Mon Sep 17 00:00:00 2001 |
|
From: Zuzana Svetlikova <zsvetlik@redhat.com> |
|
Date: Fri, 17 Apr 2020 12:59:44 +0200 |
|
Subject: [PATCH] 0001 |
|
|
|
--- |
|
Makefile | 2 +- |
|
1 file changed, 1 insertion(+), 1 deletion(-) |
|
|
|
diff --git a/Makefile b/Makefile |
|
index 88166da2a8..f0637b6c78 100644 |
|
--- a/Makefile |
|
+++ b/Makefile |
|
@@ -141,7 +141,7 @@ test-code-cache: with-code-cache |
|
echo "'test-code-cache' target is a noop" |
|
|
|
out/Makefile: config.gypi common.gypi node.gyp \ |
|
- deps/uv/uv.gyp deps/http_parser/http_parser.gyp deps/zlib/zlib.gyp \ |
|
+ deps/http_parser/http_parser.gyp \ |
|
tools/v8_gypfiles/toolchain.gypi tools/v8_gypfiles/features.gypi \ |
|
tools/v8_gypfiles/inspector.gypi tools/v8_gypfiles/v8.gyp |
|
$(PYTHON) tools/gyp_node.py -f make |
|
-- |
|
2.25.2 |
|
|
|
|