[bcl] Specify the name of the key file on the command line instead of using the Assem...
[mono.git] / mcs / class / Facades / System.Security.Cryptography.ProtectedData / Makefile
index 1cdbf1de8f3decb38ad50b6f289edf3d0ecdece2..9f883f43a8252950e6973dab3c2c3de1d0a2bb4e 100644 (file)
@@ -9,8 +9,8 @@ LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
 
 LIBRARY = System.Security.Cryptography.ProtectedData.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.Security
 LIB_MCS_FLAGS = $(SIGN_FLAGS)