From 0a40534688c78372153a4fc482940a42cf2b6b2d Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Sun, 8 Jun 2014 20:35:31 -0400 Subject: [PATCH] fix(build): add git submodule sync to fetchthirdpary --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6832396e8..31af60898 100644 --- a/Makefile +++ b/Makefile @@ -83,6 +83,7 @@ test: fetchthirdparty: git submodule init + git submodule sync git submodule update $(MAKE) -C $(KOR_BASE) fetchthirdparty