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:
authorJb Evain <jbevain@gmail.com>2010-04-13 17:45:15 +0400
committerJb Evain <jbevain@gmail.com>2010-04-13 17:45:15 +0400
commit60905d3baaa5b6ba9763c3c8b01701bb01853773 (patch)
tree92933a9ec4429311ce7d0dead9f81220e9e485a5
parent9f7ad37b2b731e3e6e2d9877ad0517b32cce16a4 (diff)
fix installation of Mono.Cecil.Mdbmoon/2.99.0.6
svn path=/trunk/mcs/; revision=155311
-rw-r--r--mcs/class/Mono.Cecil.Mdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/Mono.Cecil.Mdb/Makefile b/mcs/class/Mono.Cecil.Mdb/Makefile
index ff34f3afb7a..689f5d03ddf 100644
--- a/mcs/class/Mono.Cecil.Mdb/Makefile
+++ b/mcs/class/Mono.Cecil.Mdb/Makefile
@@ -11,7 +11,7 @@ LIB_MCS_FLAGS = /r:$(corlib) /r:$(CECIL) /d:CECIL -keyfile:$(LIBRARY_SNK)
NO_TEST = yes
-ifneq (net_1_1, $(PROFILE))
+ifneq (net_2_0, $(PROFILE))
NO_INSTALL = yes
endif