[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / tools / cil-stringreplacer / Makefile
index 61066c47d673d382ba08ca00ce9e7fbf3a9fd557..a6708e2d371e1245bcce89b70772e3ff57ebf7ae 100644 (file)
@@ -3,7 +3,8 @@ SUBDIRS =
 include ../../build/rules.make
 
 PROGRAM = cil-stringreplacer.exe
+NO_INSTALL = yes
 
-LOCAL_MCS_FLAGS =
+LIB_REFS = System Mono.Cecil
 
 include ../../build/executable.make