Merge pull request #2819 from BrzVlad/fix-major-log
[mono.git] / mcs / class / Mono.Parallel / Makefile
index e2f587ed5e6b7ece3c9dcc9aaade968855c36736..75b5aff640be5ba18b2bd66e09a27292166e1f0e 100644 (file)
@@ -6,7 +6,8 @@ LIBRARY = Mono.Parallel.dll
 
 include ../../build/library.make
 
-TEST_MCS_FLAGS = /r:System.Core.dll
+TEST_MCS_FLAGS =
+TEST_LIB_REFS = System.Core
 
 LIB_REFS += System.Core System
-LIB_MCS_FLAGS += -d:INSIDE_MONO_PARALLEL -r:$(corlib)
+LIB_MCS_FLAGS += -d:INSIDE_MONO_PARALLEL