Modify Windows top-level NTMakefile to use "md" instead of "mkdir"
authorJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 10 Jul 2009 15:42:17 +0000 (11:42 -0400)
committerJeffrey Altman <jaltman@openafs.org>
Fri, 10 Jul 2009 15:45:38 +0000 (09:45 -0600)
Now that src/config/NTMakefile.<platform> 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 <jaltman@openafs.org>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>

src/NTMakefile

index 15ec108..fbe0373 100644 (file)
@@ -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