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/Mono.C5
parent80d2ae0f805dfb774da5673ed168f3543f73415f (diff)
Add handling of new net_4_0 profile
svn path=/trunk/mcs/; revision=135326
Diffstat (limited to 'mcs/class/Mono.C5')
-rw-r--r--mcs/class/Mono.C5/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/Mono.C5/Makefile b/mcs/class/Mono.C5/Makefile
index a6947398e04..f9270ee94f8 100644
--- a/mcs/class/Mono.C5/Makefile
+++ b/mcs/class/Mono.C5/Makefile
@@ -11,8 +11,8 @@ EXTRA_DISTFILES = \
LICENSE.txt \
c5.pub c5.snk c5.xml
-# This is a .NET 2.0 only assembly
-VALID_PROFILE := $(filter net_2_0_bootstrap net_2_0, $(PROFILE))
+# This is a .NET 2.0+ only assembly
+VALID_PROFILE := $(filter net_2_0 net_4_0, $(PROFILE))
ifndef VALID_PROFILE
LIBRARY_NAME = dummy-Mono.C5.dll
NO_INSTALL = yes