build: adding config.gypi dep to addons/.buildstamp · nodejs/node@eeaff74

Original file line numberDiff line numberDiff line change

@@ -150,7 +150,8 @@ ADDONS_BINDING_SOURCES := \

150150

# Implicitly depends on $(NODE_EXE), see the build-addons rule for rationale.

151151

# Depends on node-gyp package.json so that build-addons is (re)executed when

152152

# node-gyp is updated as part of an npm update.

153-

test/addons/.buildstamp: deps/npm/node_modules/node-gyp/package.json \

153+

test/addons/.buildstamp: config.gypi \

154+

deps/npm/node_modules/node-gyp/package.json \

154155

$(ADDONS_BINDING_GYPS) $(ADDONS_BINDING_SOURCES) \

155156

deps/uv/include/*.h deps/v8/include/*.h \

156157

src/node.h src/node_buffer.h src/node_object_wrap.h \