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:
Diffstat (limited to 'mcs/class/System.Xml.XLinq/Makefile')
-rw-r--r--mcs/class/System.Xml.XLinq/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/mcs/class/System.Xml.XLinq/Makefile b/mcs/class/System.Xml.XLinq/Makefile
index ef551ae23fe..82a7d3df855 100644
--- a/mcs/class/System.Xml.XLinq/Makefile
+++ b/mcs/class/System.Xml.XLinq/Makefile
@@ -5,7 +5,6 @@ include ../../build/rules.make
LIBRARY = System.Xml.XLinq.dll
LIB_MCS_FLAGS = \
/r:System.dll \
- /r:System.Query.dll \
/r:System.Xml.dll \
/d:LIST_BASED
@@ -13,13 +12,4 @@ TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
EXTRA_DISTFILES =
-# This is a .NET 2.0 only assembly
-VALID_PROFILE := $(filter net_2_0_bootstrap net_2_0, $(PROFILE))
-ifndef VALID_PROFILE
-LIBRARY_NAME = dummy-System.Xml.XLinq.dll
-NO_INSTALL = yes
-NO_SIGN_ASSEMBLY = yes
-NO_TEST = yes
-endif
-
include ../../build/library.make