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.mcgovern@gmail.com>2012-04-24 14:07:15 +0400
committerDuncan Mak <duncan.mak@xamarin.com>2012-04-24 23:06:56 +0400
commit251b37e36d52debd72e07b29a560847ccdff7d8b (patch)
tree5b5c19ae3bffbaace885339e8cf8a2a9f93664e8
parent57539bcb40912c4bc59b512d969cbb255aee2829 (diff)
[Build] Fix make dist for linuxmonodevelop-2.9.5
-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 \