[bcl] Specify the name of the key file on the command line instead of using the Assem...
[mono.git] / mcs / class / Facades / System.ValueTuple / Makefile
index b8c4fda38693a69ddf2c1de1fcd370b1811c186b..7fc177c6aaf19594008d68aa5b85aacdd00d7346 100644 (file)
@@ -9,9 +9,9 @@ LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
 
 LIBRARY = System.ValueTuple.dll
 
-KEY_FILE = ../../Open.snk
-LIBRARY_SNK = $(KEY_FILE)
-SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
+KEYFILE = ../../Open.snk
+LIBRARY_SNK = $(KEYFILE)
+SIGN_FLAGS = /delaysign /nowarn:1616,1699
 LIB_REFS = 
 LIB_MCS_FLAGS = $(SIGN_FLAGS)