build: don't run make recursively
authorBen Noordhuis <info@bnoordhuis.nl>
Fri, 2 Jan 2015 16:00:27 +0000 (17:00 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Thu, 8 Jan 2015 22:20:49 +0000 (23:20 +0100)
commite3f86103fa94e6d25f5214e43c50fe29e64dbcbb
tree26e8b8d281c2c106870d6c0eaeaae9845fcdc438
parentb5c9dcb6d73d97eb2763e368c693da4a62b2f362
build: don't run make recursively

For targets that need the binary: don't invoke `make all` as part of the
recipe, just depend on the $(NODE_EXE) target.

PR-URL: https://github.com/iojs/io.js/pull/262
Reviewed-By: Bert Belder <bertbelder@gmail.com>
Makefile