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:
authorRolf Bjarne Kvinge <rolf@xamarin.com>2015-09-14 11:36:46 +0300
committerRolf Bjarne Kvinge <rolf@xamarin.com>2015-09-14 11:36:46 +0300
commita427d86c1b0d850bb2db6860ce91e07545f54ebd (patch)
treecdd4be9a5166ef2f8cd90ddb1edb6eceb0584b0a /mcs/class/System.Xaml
parentb189c386b56964ba0c8c14130c6eeb23c8fe6743 (diff)
parent05ef9eddfe7ac32a687ac8841681407c61707a73 (diff)
Merge pull request #2046 from rolfbjarne/profile-simplification
Profile simplification
Diffstat (limited to 'mcs/class/System.Xaml')
-rw-r--r--mcs/class/System.Xaml/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Xaml/Makefile b/mcs/class/System.Xaml/Makefile
index 4b87a21275b..5f96dcbd7d7 100644
--- a/mcs/class/System.Xaml/Makefile
+++ b/mcs/class/System.Xaml/Makefile
@@ -15,7 +15,7 @@ TEST_EXTRA_DISTFILES = \
Test/XmlFiles/*.xml \
Test/XmlFiles/*.xaml
-VALID_PROFILE := $(filter 4 monodroid monotouch monotouch_watch mobile mobile_static, $(FRAMEWORK_VERSION_MAJOR))
+VALID_PROFILE := $(filter 4, $(FRAMEWORK_VERSION_MAJOR))
ifndef VALID_PROFILE
LIBRARY_NAME = dummy-System.Xaml.dll
NO_INSTALL = yes