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:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2012-09-06 23:10:35 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2012-09-07 19:04:43 +0400
commitec3a0a92817c7005478737a70df872bcebabe045 (patch)
treeb7b2a7f8d93e0e70a314c780bbccebbcade98a70 /Makefile
parent35d53e6b5f0b3bc6dd43598bb973f383cc18e6c1 (diff)
Revert "Remove the other call to update the submodules"
This reverts commit 71f54037d767fc4d37ec7a7728006c6ce870db95.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5c2e074cd9..15161585cb 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ distclean: distclean-recursive
remove-stale-tarballs:
rm -rf tarballs
-dist: remove-stale-tarballs dist-recursive
+dist: update_submodules remove-stale-tarballs dist-recursive
mkdir -p tarballs
for t in $(SUBDIRS); do \
if test -e $$t/*.tar.gz; then \