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:
-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