[bcl] Specify the name of the key file on the command line instead of using the Assem...
[mono.git] / mcs / class / Facades / System.Runtime / Makefile
index e8ab4049a267a27e87f64c2f7668058c18d67e5b..4add1cf8a8cdf5d79546b8f3f36789ac740ed96d 100644 (file)
@@ -9,8 +9,8 @@ LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
 
 LIBRARY = System.Runtime.dll
 
-KEY_FILE = ../../msfinal.pub
-SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
+KEYFILE = ../../msfinal.pub
+SIGN_FLAGS = /delaysign /nowarn:1616,1699
 LIB_REFS = System System.ComponentModel.Composition System.Core
 LIB_MCS_FLAGS = $(SIGN_FLAGS)