Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
build: regenerate out/Makefile from within the main Makefile
Browse files Browse the repository at this point in the history
Fixes #2147.
  • Loading branch information
eddyb authored and bnoordhuis committed Nov 29, 2011
1 parent a033261 commit eda1538
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -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'
Expand Down

0 comments on commit eda1538

Please sign in to comment.