Merge pull request #5313 from lambdageek/corefx-sre-fixup
[mono.git] / mcs / class / Facades / System.Security.Claims / Makefile
index 36ff76137bace6f96b5ca5552a5439e4f57235f6..0878fb2b9e092099beca7fbfc13c1e0cb10b2fa7 100644 (file)
@@ -9,8 +9,8 @@ LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
 
 LIBRARY = System.Security.Claims.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
 LIB_MCS_FLAGS = $(SIGN_FLAGS)