From 2b9a4c1a1373828114a9af1b5c9cee90d7058fba Mon Sep 17 00:00:00 2001 From: Alan McGovern Date: Tue, 4 Sep 2012 13:21:52 +0100 Subject: [build] Don't reset the submodule here, it breaks normal developer workflow If we constantly reset submodules here it makes it impossible to do in-tree changes and use them. --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 15161585cb..17b45b3730 100644 --- a/Makefile +++ b/Makefile @@ -2,10 +2,7 @@ include main/monodevelop_version EXTRA_DIST = configure -all: update_submodules all-recursive - -update_submodules: - git submodule update --init --recursive +all: all-recursive top_srcdir=. include $(top_srcdir)/config.make -- cgit v1.2.3