From bf9cf6c01063e38f270540c5c92b574305cffa44 Mon Sep 17 00:00:00 2001 From: Alan McGovern Date: Thu, 8 Mar 2012 16:50:08 +0000 Subject: Ensure the submodules are updated when make is invoked. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ea6cc3af06..c268d2cbd9 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,10 @@ EXTRA_DIST = configure -all: all-recursive +all: update_submodules all-recursive + +update_submodules: + git submodule update --init --recursive top_srcdir=. include $(top_srcdir)/config.make -- cgit v1.2.3