Skip to content

Commit

Permalink
improve support for old versions of git
Browse files Browse the repository at this point in the history
  • Loading branch information
nolta committed Sep 27, 2012
1 parent 8bcb604 commit 9a04865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ UV_OBJ_TARGET = $(USRLIB)/uv.a
UV_OBJ_SOURCE = libuv/uv.a

libuv/Makefile:
(cd .. && git submodule update --init)
(cd .. && git submodule init && git submodule update)
$(UV_OBJ_SOURCE): libuv/Makefile
$(MAKE) -C libuv $(UV_CFLAGS)
$(UV_OBJ_TARGET): $(UV_OBJ_SOURCE)
Expand Down

0 comments on commit 9a04865

Please sign in to comment.