Merge pull request #2832 from razzfazz/handle_eintr
[mono.git] / mcs / class / System.Net.Http / Makefile
index 910b45e42fa6fcad05130997b241b7c21d92bbf2..bf1cbbd2799e04788e4554d8964bcdc757d54d64 100644 (file)
@@ -5,8 +5,9 @@ include ../../build/rules.make
 LIBRARY = System.Net.Http.dll
 
 LIB_REFS = System.Core System
-LIB_MCS_FLAGS = -r:System.Core.dll -r:System.dll $(EXTRA_LIB_MCS_FLAGS)
+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