build: simplify execution of built binary
authorJohan Bergström <bugs@bergstroem.nu>
Fri, 12 Jun 2015 05:12:20 +0000 (15:12 +1000)
committerJohan Bergström <bugs@bergstroem.nu>
Mon, 15 Jun 2015 03:11:00 +0000 (13:11 +1000)
commit1ec53c044d2f9d929192dc3d5ededff11d328f63
tree074dce4de9ae7850bee8ded2cfd4b5408676d61d
parent4b4b1760b5b06adebb8770c8febed97c47848871
build: simplify execution of built binary

Since we aleady have a variable with path to the newly built
binary, use that instead of prefixing path. This also allows us
to pass a different path through the environment (NODE=)

PR-URL: https://github.com/nodejs/io.js/pull/1955
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Rod Vagg <rod@vagg.org>
Makefile