summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNathan Rajlich <nathan@tootallnate.net>2012-03-13 21:04:24 -0700
committerNathan Rajlich <nathan@tootallnate.net>2012-03-15 17:15:49 -0700
commit7cb0f5f84a2541578df8e62fcbe098108b0b8f43 (patch)
tree4fb1eca5075c94d17eca94ddd009349839a4c550 /Makefile
parent11d8823791644a307a7c521b08d1e213e7836885 (diff)
downloadandroid-node-v8-7cb0f5f84a2541578df8e62fcbe098108b0b8f43.tar.gz
android-node-v8-7cb0f5f84a2541578df8e62fcbe098108b0b8f43.tar.bz2
android-node-v8-7cb0f5f84a2541578df8e62fcbe098108b0b8f43.zip
install: update install.js to use `process.config`
Now that the node_prefix is available from within node, we can use it :)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index da628d24b7..bb405572ec 100644
--- a/Makefile
+++ b/Makefile
@@ -33,10 +33,10 @@ out/Makefile: common.gypi deps/uv/uv.gyp deps/http_parser/http_parser.gyp deps/z
tools/gyp_node -f make
install: all
- out/Release/node tools/installer.js ./config.gypi install
+ out/Release/node tools/installer.js install
uninstall:
- out/Release/node tools/installer.js ./config.gypi uninstall
+ out/Release/node tools/installer.js uninstall
clean:
-rm -rf out/Makefile node node_g out/$(BUILDTYPE)/node