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