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--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e2218e644f..972382f9b7 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,9 @@ EXTRA_DIST = configure
all: update_submodules all-recursive
update_submodules:
- git submodule update --init --recursive
+ if test -d ".git"; then \
+ git submodule update --init --recursive; \
+ fi
top_srcdir=.
include $(top_srcdir)/config.make