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>2011-12-01 03:10:04 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2011-12-01 03:10:04 +0400
commitc8c5f7a83078f33b8aaaf2a291fd4c84853fe9c2 (patch)
tree9075d5db24e45fc21d46515ca06bf00ac315e950 /main/src/addins/MonoDevelop.Autotools/templates/make-dist.targets
parent3f545aeedc8482fd4cbf64ad36d5079dc4e2b147 (diff)
make dist should not make
Diffstat (limited to 'main/src/addins/MonoDevelop.Autotools/templates/make-dist.targets')
-rw-r--r--main/src/addins/MonoDevelop.Autotools/templates/make-dist.targets1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/src/addins/MonoDevelop.Autotools/templates/make-dist.targets b/main/src/addins/MonoDevelop.Autotools/templates/make-dist.targets
index fbb040155b..316ca728a6 100644
--- a/main/src/addins/MonoDevelop.Autotools/templates/make-dist.targets
+++ b/main/src/addins/MonoDevelop.Autotools/templates/make-dist.targets
@@ -11,7 +11,6 @@ dist: $(CONFIG_MAKE)
esac \
done
(make dist-local distdir=$(PACKAGE)-$(VERSION))
- make
make post-dist-hook "distsir=$$distdir"
tar czvf $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE)-$(VERSION)
rm -rf $(PACKAGE)-$(VERSION)