From ba47d308c452b1de51336b006ff2b1337dd9bd00 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Tue, 17 Mar 2009 23:25:53 +0100 Subject: [PATCH] Fix condition to build submodules. Signed-off-by: Florent Bruneau --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fc1550e..3fb1921 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ q: ## core: - [ -d core ] || ( git submodule init && git submodule update ) + [ -d core/.git ] || ( git submodule init && git submodule update ) make -C core all ## -- 2.1.4