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/Mono.CodeContracts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mcs/class/Mono.CodeContracts') diff --git a/mcs/class/Mono.CodeContracts/Makefile b/mcs/class/Mono.CodeContracts/Makefile index 3ad95ee52d9..92a7619d104 100644 --- a/mcs/class/Mono.CodeContracts/Makefile +++ b/mcs/class/Mono.CodeContracts/Makefile @@ -5,7 +5,7 @@ include ../../build/rules.make LIBRARY = Mono.CodeContracts.dll LIB_REFS = System System.Core Mono.Cecil Mono.Cecil.Mdb -LIB_MCS_FLAGS = -r:System.dll -r:System.Core.dll -r:Mono.Cecil.dll -r:Mono.Cecil.Mdb.dll +LIB_MCS_FLAGS = #-r:Mono.Cecil.Pdb.dll TEST_MCS_FLAGS = -r:System.Core.dll -debug -- cgit v1.2.3