Switch to single mcs compiler for all managed code build
[mono.git] / mcs / class / Mono.CompilerServices.SymbolWriter / Makefile
index 4e8f2ab38911416faf5a0cadbcf77531dc79f6a6..db8e873762e63385c4b7110fb2891d0bfc223c74 100644 (file)
@@ -5,7 +5,7 @@ include ../../build/rules.make
 LIBRARY = Mono.CompilerServices.SymbolWriter.dll
 LIBRARY_USE_INTERMEDIATE_FILE = yes
 
-LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll
+LIB_MCS_FLAGS = /r:System.dll
 NO_TEST = yes
 
 ifneq (basic, $(PROFILE))