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:
authorAtsushi Eno <atsushieno@gmail.com>2015-03-02 22:46:39 +0300
committerAtsushi Eno <atsushieno@gmail.com>2015-03-02 22:46:39 +0300
commite7da0c131979108bb7d010dddc0fb0285eb743c1 (patch)
treef4864f076873ad38d128ba43113203c3aa6468b9 /mcs/class/System.Xml.Linq
parent510710e423825f3c467d7df2f76a3aaa8d80db2e (diff)
parent13685c2326a96543520a4820a378f2fb93cb14d0 (diff)
Merge branch 'master' into import-system-xml-4
Diffstat (limited to 'mcs/class/System.Xml.Linq')
-rw-r--r--mcs/class/System.Xml.Linq/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/mcs/class/System.Xml.Linq/Makefile b/mcs/class/System.Xml.Linq/Makefile
index 8cefa8025f5..cd250c135ed 100644
--- a/mcs/class/System.Xml.Linq/Makefile
+++ b/mcs/class/System.Xml.Linq/Makefile
@@ -4,10 +4,7 @@ include ../../build/rules.make
LIBRARY = System.Xml.Linq.dll
LIB_REFS = System System.Core System.Xml
-LIB_MCS_FLAGS = \
- -r:System.dll \
- -r:System.Core.dll \
- -r:System.Xml.dll
+LIB_MCS_FLAGS =
ifneq (2.1, $(FRAMEWORK_VERSION))
# This is a .NET 3.5+ only assembly, but built during the 2.0 build