From 13685c2326a96543520a4820a378f2fb93cb14d0 Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Mon, 2 Mar 2015 14:03:56 -0500 Subject: [build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to reduce duplication. --- mcs/class/System.Xml.Linq/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'mcs/class/System.Xml.Linq') 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 -- cgit v1.2.3