Merge pull request #2799 from BrzVlad/fix-conc-card-clean
[mono.git] / mcs / class / Facades / System.ComponentModel / Makefile
index 715e92db80736163df12db8a3e7ded8d5e7178fc..57c23bab8fcb480ec9199e685f7a0297d96e7cde 100644 (file)
@@ -11,7 +11,8 @@ LIBRARY = System.ComponentModel.dll
 
 KEY_FILE = ../../msfinal.pub
 SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
-LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System
+LIB_REFS = System
+LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib.dll
 
 PLATFORM_DEBUG_FLAGS =