diff options
author | eddy_me08@yahoo.com <eddy_me08@yahoo.com> | 2011-11-29 16:31:31 +0200 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2011-11-29 19:35:58 +0100 |
commit | eda15387a0e4b8e8fd1d7cce66911fa48f0278fb (patch) | |
tree | e09452e690ae951a56c4e49c962b22daca1a4a0b /Makefile | |
parent | a033261f3901c42498e7ac3f2372820f31f7d1e1 (diff) | |
download | node-new-eda15387a0e4b8e8fd1d7cce66911fa48f0278fb.tar.gz |
build: regenerate out/Makefile from within the main Makefile
Fixes #2147.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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' |