Fix GYP build on OSX

Broken due to DOS line endings.

  ./configure-gyp
  make -f Makefile-gyp
This commit is contained in:
Ryan Dahl 2011-08-15 13:40:17 -07:00
parent 54b409d650
commit 25a5e90289
3 changed files with 172 additions and 172 deletions

View File

@ -1,13 +1,13 @@
BUILDTYPE ?= Release
all: out/Makefile
$(MAKE) -f Makefile-nodegyp BUILDTYPE=$(BUILDTYPE)
$(MAKE) -C out BUILDTYPE=$(BUILDTYPE)
-ln -fs out/Release/node node
-ln -fs out/Debug/node node_g
out/Release/node: all
out/Makefile: node.gyp deps/uv/build/all.gyp
out/Makefile: node.gyp deps/uv/uv.gyp
tools/gyp_node -f make
clean: