Merge pull request #2720 from mono/fix-39325
[mono.git] / mcs / class / Facades / System.Collections / Makefile
index 7169319ecf780a798155d88dc287ff3cd5bc884f..e91fa63b8d8946bd8b7d8bfc58b8f9039ffb6a97 100644 (file)
@@ -11,7 +11,8 @@ LIBRARY = System.Collections.dll
 
 KEY_FILE = ../../msfinal.pub
 SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
-LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System /r:System.Core
+LIB_REFS = System System.Core
+LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib.dll
 
 PLATFORM_DEBUG_FLAGS =