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/Compat.ICSharpCode.SharpZipLib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mcs/class/Compat.ICSharpCode.SharpZipLib') diff --git a/mcs/class/Compat.ICSharpCode.SharpZipLib/Makefile b/mcs/class/Compat.ICSharpCode.SharpZipLib/Makefile index 5a403c2d4c7..9c11dbac65c 100644 --- a/mcs/class/Compat.ICSharpCode.SharpZipLib/Makefile +++ b/mcs/class/Compat.ICSharpCode.SharpZipLib/Makefile @@ -8,7 +8,7 @@ LIBRARY_COMPAT = yes LIBRARY_SNK = SharpZipLib.key LIB_REFS = System System.Xml -LIB_MCS_FLAGS = -r:$(corlib) -r:System.dll -r:System.Xml.dll +LIB_MCS_FLAGS = -r:$(corlib) NO_TEST = yes EXTRA_DISTFILES = SharpZipLib.pub $(LIBRARY_SNK) -- cgit v1.2.3