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@xamarin.com>2012-09-04 16:50:30 +0400
committerAlan McGovern <alan@xamarin.com>2012-09-04 16:50:30 +0400
commit71f54037d767fc4d37ec7a7728006c6ce870db95 (patch)
tree52a5eb5d98f9ab0d0087ee0138bc4d02a2158c0b /Makefile
parent2b9a4c1a1373828114a9af1b5c9cee90d7058fba (diff)
Remove the other call to update the submodules
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 17b45b3730..f00fe05df1 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ distclean: distclean-recursive
remove-stale-tarballs:
rm -rf tarballs
-dist: update_submodules remove-stale-tarballs dist-recursive
+dist: remove-stale-tarballs dist-recursive
mkdir -p tarballs
for t in $(SUBDIRS); do \
if test -e $$t/*.tar.gz; then \