From 2765e5cd4dcca8c9a1537cbcb0612403a4dd2d4d Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Mon, 9 Sep 2019 22:10:25 +0200 Subject: [PATCH] build: re-run configure on node_version.h change Fixes: https://github.com/nodejs/node/issues/29509 --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 33d43798f52617..0ddb72e75b1640 100644 --- a/Makefile +++ b/Makefile @@ -146,7 +146,9 @@ out/Makefile: config.gypi common.gypi node.gyp \ tools/v8_gypfiles/inspector.gypi tools/v8_gypfiles/v8.gyp $(PYTHON) tools/gyp_node.py -f make -config.gypi: configure configure.py +# node_version.h is listed because the N-API version is taken from there +# and included in config.gypi +config.gypi: configure configure.py src/node_version.h @if [ -x config.status ]; then \ ./config.status; \ else \