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>2011-09-26 15:08:01 +0400
committerMarek Safar <marek.safar@gmail.com>2011-09-26 15:08:01 +0400
commitdd9b92a100119826688c71e9c7ef5fee064449cf (patch)
treed9f8275d959b5792a72ed0aa6dfeb5ff230df162 /mcs/class/System.ServiceModel.Discovery
parenta06852a9531c80e3932f8320ed7e14a37ca4cce2 (diff)
Install 4.0 profile as developers package and make 4.5 profile default gac target for 4.x
Diffstat (limited to 'mcs/class/System.ServiceModel.Discovery')
-rw-r--r--mcs/class/System.ServiceModel.Discovery/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.ServiceModel.Discovery/Makefile b/mcs/class/System.ServiceModel.Discovery/Makefile
index de570d08739..8b6932e7084 100644
--- a/mcs/class/System.ServiceModel.Discovery/Makefile
+++ b/mcs/class/System.ServiceModel.Discovery/Makefile
@@ -14,7 +14,7 @@ TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
EXTRA_DISTFILES = $(RESOURCE_FILES)
-VALID_PROFILE := $(filter 2.0 2.1 4.0, $(FRAMEWORK_VERSION))
+VALID_PROFILE := $(filter 2 4, $(FRAMEWORK_VERSION_MAJOR))
ifndef VALID_PROFILE
LIBRARY_NAME = dummy-System.ServiceModel.Discovery.dll
NO_INSTALL = yes