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:
-rw-r--r--external/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/external/Makefile b/external/Makefile
index da3567c09d..c27398e3bc 100644
--- a/external/Makefile
+++ b/external/Makefile
@@ -10,6 +10,8 @@ clean:
install:
+distdir: dist
+
dist:
mkdir -p $(TARBALL_PATH)
@for dir in $(SUBDIRS); do \