Merge pull request #2802 from BrzVlad/feature-evacuation-opt2
[mono.git] / mcs / class / Mono.CompilerServices.SymbolWriter / Makefile
index a41385133e43813008844d4d2897d2ddf3bcac5d..d30779ce7f13af8b685c1f04fa764222a1556c86 100644 (file)
@@ -3,7 +3,8 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = Mono.CompilerServices.SymbolWriter.dll
-LIB_MCS_FLAGS = -r:System.dll -lib:$(bare_libdir)
+LIB_REFS = System
+LIB_MCS_FLAGS =
 
 NO_TEST = yes
 
@@ -22,4 +23,4 @@ $(build_lib): $(bare_libdir)/System.dll
 $(bare_libdir)/System.dll:
        (cd ../System; make $@)
 
-.NOTPARALLEL: $(bare_libdir)/System.dll
\ No newline at end of file
+.NOTPARALLEL: $(bare_libdir)/System.dll