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--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 \