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>2015-07-15 17:10:19 +0300
committerMarek Safar <marek.safar@gmail.com>2015-07-15 17:10:19 +0300
commitd44898a2308b06a1b51b646e519da1ac3daaf6b4 (patch)
tree20b7cc3aa0eb3de421fe6f05e641721f8eca9a59 /mcs/class/System.Data.Linq
parentc4f0cacd96957616532d495f684dfddbd27dcd26 (diff)
[build] Switch to 4.6 profile as default profile
Diffstat (limited to 'mcs/class/System.Data.Linq')
-rw-r--r--mcs/class/System.Data.Linq/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/mcs/class/System.Data.Linq/Makefile b/mcs/class/System.Data.Linq/Makefile
index 0218fbe0e81..15a84430222 100644
--- a/mcs/class/System.Data.Linq/Makefile
+++ b/mcs/class/System.Data.Linq/Makefile
@@ -12,15 +12,6 @@ TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
EXTRA_DISTFILES = src/DbLinq/Schema/Dbml/DbmlSchema.xsd
-# This is a .NET 3.5+ assembly
-VALID_PROFILE := $(filter xammac_net_4_5 net_4_5, $(PROFILE))
-ifndef VALID_PROFILE
-LIBRARY_NAME = dummy-System.Data.Linq.dll
-NO_INSTALL = yes
-NO_SIGN_ASSEMBLY = yes
-NO_TEST = yes
-endif
-
include ../../build/library.make
dist-local: dist-default dist-DbLinq