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:
authorMarek Safar <marek.safar@gmail.com>2009-06-03 21:46:12 +0400
committerMarek Safar <marek.safar@gmail.com>2009-06-03 21:46:12 +0400
commit6f667408d9c3eaeedda6f64b43a579a135bf22f2 (patch)
treebb5723633e6c567fb1d7baced00b150437f5bbfa /mcs/class/System.Security/Makefile
parent80d2ae0f805dfb774da5673ed168f3543f73415f (diff)
Add handling of new net_4_0 profile
svn path=/trunk/mcs/; revision=135326
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 840deb07403..b43a235627a 100644
--- a/mcs/class/System.Security/Makefile
+++ b/mcs/class/System.Security/Makefile
@@ -8,7 +8,7 @@ LIB_MCS_FLAGS = -nowarn:618 \
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:169,219,1595
-ifeq (2.0, $(FRAMEWORK_VERSION))
+ifneq (1, $(FRAMEWORK_VERSION_MAJOR))
LIB_MCS_FLAGS += -r:Mono.Security.dll -nowarn:414
TEST_MCS_FLAGS += -nowarn:168,183,414
endif