Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2015-09-23 22:02:06 +0300
committerZoltan Varga <vargaz@gmail.com>2015-09-23 22:02:15 +0300
commit0af35dd55ed616dfe39ca1d012093413ab86d92c (patch)
treec8a06b6d5bf8787c3e015783821fe73fcb73fea3 /mcs/class/Mono.C5
parentaea57f09d430ae672e03d96729d447c814ec867c (diff)
[bcl] Stop distributing Mono.C5, there is an updated nuget package for it, keep it for regression testing purposes.
Diffstat (limited to 'mcs/class/Mono.C5')
-rw-r--r--mcs/class/Mono.C5/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/Mono.C5/Makefile b/mcs/class/Mono.C5/Makefile
index 19363185e86..71430e72932 100644
--- a/mcs/class/Mono.C5/Makefile
+++ b/mcs/class/Mono.C5/Makefile
@@ -12,4 +12,6 @@ EXTRA_DISTFILES = \
LICENSE.txt \
c5.pub c5.snk c5.xml
+NO_INSTALL = yes
+
include ../../build/library.make