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, 1 insertions, 4 deletions
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