Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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