]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-windows-config-ntmakefile-i386_w2k-codesign-20080702
authorJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 3 Jul 2008 02:25:45 +0000 (02:25 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 3 Jul 2008 02:25:45 +0000 (02:25 +0000)
LICENSE MIT

no underscore prepending CODESIGN_USERLAND macro

(cherry picked from commit 08974551cb5257caea7315bcf726e0dba1a4d052)

src/config/NTMakefile.i386_w2k

index 010bd12136055d75262ebcb9a1160b495679bc8d..4f8a84969d84cc9b0cffe36631ddfd4efe23de76 100644 (file)
@@ -304,10 +304,10 @@ _VC_MANIFEST_EMBED_DLL=
 !ENDIF
 
 !IF DEFINED(CODESIGN_DESC) && DEFINED(CODESIGN_URL) && DEFINED(CODESIGN_TIMESTAMP)
-_CODESIGN_USERLAND= signtool.exe sign /a /d "$(CODESIGN_DESC)" /du $(CODESIGN_URL) \
+CODESIGN_USERLAND= signtool.exe sign /a /d "$(CODESIGN_DESC)" /du $(CODESIGN_URL) \
         /t $(CODESIGN_TIMESTAMP) /v $@
 !ELSE
-_CODESIGN_USERLAND=
+CODESIGN_USERLAND=
 !ENDIF
 
 # Set compiler warning level