From 79316efa84daead80c8cb8e28ebc3530768a6da7 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Fri, 10 Jul 2009 11:42:17 -0400 Subject: [PATCH] Modify Windows top-level NTMakefile to use "md" instead of "mkdir" Now that src/config/NTMakefile. actually uses the override value. Lets fix the definition of MKDIR to avoid the Unix style executables. LICENSE MIT Reviewed-on: http://gerrit.openafs.org/31 Verified-by: Jeffrey Altman Reviewed-by: Jeffrey Altman --- src/NTMakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NTMakefile b/src/NTMakefile index 15ec10853..fbe037391 100644 --- a/src/NTMakefile +++ b/src/NTMakefile @@ -36,7 +36,7 @@ WIXCYGOPT= !ENDIF CD = cd -MKDIR = mkdir +MKDIR = md NTMAKE = nmake /nologo /f ntmakefile install NTMAKELANG = nmake /nologo /f ntmakefile en_US -- 2.39.5