X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftools%2Fcil-stringreplacer%2FMakefile;h=a6708e2d371e1245bcce89b70772e3ff57ebf7ae;hb=79c78c1a14b7096599986f1f5e786e1533f15fd0;hp=9b07560ab3997c9f56a23edbc71e127d02ca7a34;hpb=df9c98dda18083ec63171490267e08342621ef45;p=mono.git diff --git a/mcs/tools/cil-stringreplacer/Makefile b/mcs/tools/cil-stringreplacer/Makefile index 9b07560ab39..a6708e2d371 100644 --- a/mcs/tools/cil-stringreplacer/Makefile +++ b/mcs/tools/cil-stringreplacer/Makefile @@ -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