Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreddy_me08@yahoo.com <eddy_me08@yahoo.com>2011-11-29 18:31:31 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2011-11-29 22:35:58 +0400
commiteda15387a0e4b8e8fd1d7cce66911fa48f0278fb (patch)
treee09452e690ae951a56c4e49c962b22daca1a4a0b /Makefile
parenta033261f3901c42498e7ac3f2372820f31f7d1e1 (diff)
build: regenerate out/Makefile from within the main Makefile
Fixes #2147.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4c00d44597f..81c19eb949b 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'