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-03-16 11:32:37 +0300
committerJb Evain <jbevain@gmail.com>2010-03-16 11:32:37 +0300
commitb3f3ef56c81f6589870659ca6b7db13143ea4d87 (patch)
tree9d7c8ea6b6ad556c18e891f129540eb1be4318f3 /mcs/class/System.Security/Makefile
parent73172e2b1e5c55d6e2437e122af6ce206f6ea981 (diff)
parent0b7db61902528469d1c390ec4ebc05e98ca06f16 (diff)
rename net_2_1 to moonlight
svn path=/trunk/mcs/; revision=153638
Diffstat (limited to 'mcs/class/System.Security/Makefile')
-rw-r--r--mcs/class/System.Security/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Security/Makefile b/mcs/class/System.Security/Makefile
index 3d55d17cf2b..bf261067d24 100644
--- a/mcs/class/System.Security/Makefile
+++ b/mcs/class/System.Security/Makefile
@@ -13,7 +13,7 @@ LIB_MCS_FLAGS += -r:Mono.Security.dll -nowarn:414
TEST_MCS_FLAGS += -nowarn:168,183,414
endif
-VALID_PROFILE := $(filter net_1_1 net_2_0 net_2_1_raw net_4_0, $(PROFILE))
+VALID_PROFILE := $(filter net_1_1 net_2_0 moonlight_raw net_4_0, $(PROFILE))
ifndef VALID_PROFILE
# @echo "** Warning: System.Security.dll built without parts that depend on: Mono.Security.dll "
else