build: fix breakage when resuming make
authorBen Noordhuis <info@bnoordhuis.nl>
Tue, 30 Aug 2011 22:54:59 +0000 (00:54 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Mon, 12 Sep 2011 21:48:30 +0000 (21:48 +0000)
Makefile-gyp

index 037da04..f8dbeaf 100644 (file)
@@ -1,6 +1,7 @@
 BUILDTYPE ?= Release
 
 all: out/Makefile
+       tools/gyp_node -f make
        $(MAKE) -C out BUILDTYPE=$(BUILDTYPE)
        -ln -fs out/Release/node node
        -ln -fs out/Debug/node node_g
@@ -8,7 +9,6 @@ all: out/Makefile
 out/Release/node: all
 
 out/Makefile: node.gyp deps/uv/uv.gyp
-       tools/gyp_node -f make
 
 clean:
        rm -rf out