From 35d53e6b5f0b3bc6dd43598bb973f383cc18e6c1 Mon Sep 17 00:00:00 2001 From: Michael Hutchinson Date: Thu, 6 Sep 2012 15:10:23 -0400 Subject: Revert "[build] Don't reset the submodule here, it breaks normal developer workflow" This reverts commit 2b9a4c1a1373828114a9af1b5c9cee90d7058fba. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f00fe05df1..5c2e074cd9 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,10 @@ include main/monodevelop_version 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