[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / tools / cil-stringreplacer / Makefile
index 9b07560ab3997c9f56a23edbc71e127d02ca7a34..a6708e2d371e1245bcce89b70772e3ff57ebf7ae 100644 (file)
@@ -5,6 +5,6 @@ include ../../build/rules.make
 PROGRAM = cil-stringreplacer.exe
 NO_INSTALL = yes
 
-LOCAL_MCS_FLAGS = -r:System.dll -r:Mono.Cecil.dll
+LIB_REFS = System Mono.Cecil
 
 include ../../build/executable.make