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:
authorAlan McGovern <alan.mcgovern@gmail.com>2012-03-08 20:50:08 +0400
committerAlan McGovern <alan.mcgovern@gmail.com>2012-03-08 20:50:08 +0400
commitbf9cf6c01063e38f270540c5c92b574305cffa44 (patch)
tree49798709d47a8d8236db0542a80e19bb37833c2d /Makefile
parenta76f93e08b7bb6e16942c8114cb4c9e0f3adf5c0 (diff)
Ensure the submodules are updated when make is invoked.
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