[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / class / System.Net.Http / Makefile
index aa3cdf921e56f3563c5d53c213ed72cf7c2cd1a9..bf1cbbd2799e04788e4554d8964bcdc757d54d64 100644 (file)
@@ -7,6 +7,7 @@ LIBRARY = System.Net.Http.dll
 LIB_REFS = System.Core System
 LIB_MCS_FLAGS = $(EXTRA_LIB_MCS_FLAGS)
 
-TEST_MCS_FLAGS = -r:System.dll -r:System.Core.dll
+TEST_LIB_REFS = System System.Core
+TEST_MCS_FLAGS =
 
 include ../../build/library.make