From: eddy_me08@yahoo.com Date: Tue, 29 Nov 2011 14:31:31 +0000 (+0200) Subject: build: regenerate out/Makefile from within the main Makefile X-Git-Tag: v0.7.0~145 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eda15387a0e4b8e8fd1d7cce66911fa48f0278fb;p=platform%2Fupstream%2Fnodejs.git build: regenerate out/Makefile from within the main Makefile Fixes #2147. --- diff --git a/Makefile b/Makefile index 4c00d44..81c19eb 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,8 @@ all: out/Makefile out/Release/node: all -out/Makefile: node.gyp deps/uv/uv.gyp +out/Makefile: common.gypi deps/uv/uv.gyp deps/http_parser/http_parser.gyp deps/zlib/zlib.gyp deps/v8/build/common.gypi deps/v8/tools/gyp/v8.gyp node.gyp options.gypi + tools/gyp_node -f make install uninstall: @echo '`make $(@)` is not implemented yet. Bug bnoordhuis about it in #node.js'