[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / class / Facades / System.Security.Cryptography.Encryption.ECDsa / Makefile
index 2bae1ac269dfca35f65fd3a3b6065d512796a146..08e99941082c8f1c4bf6531a99da34dfa9b62543 100644 (file)
@@ -11,8 +11,8 @@ LIBRARY = System.Security.Cryptography.Encryption.ECDsa.dll
 
 KEY_FILE = ../../msfinal.pub
 SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
-LIB_REFS = System
-LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib.dll /r:System.Core.dll
+LIB_REFS = System System.Core
+LIB_MCS_FLAGS = $(SIGN_FLAGS)
 
 PLATFORM_DEBUG_FLAGS =