summaryrefslogtreecommitdiffhomepage
path: root/auto/lib/md5/make
diff options
context:
space:
mode:
Diffstat (limited to 'auto/lib/md5/make')
-rw-r--r--auto/lib/md5/make4
1 files changed, 2 insertions, 2 deletions
diff --git a/auto/lib/md5/make b/auto/lib/md5/make
index 81f138ab6..7000b204f 100644
--- a/auto/lib/md5/make
+++ b/auto/lib/md5/make
@@ -5,13 +5,13 @@
case "$NGX_CC_NAME" in
- msvc*)
+ msvc)
ngx_makefile=makefile.msvc
ngx_opt="CPU_OPT=\"$CPU_OPT\" LIBC=$LIBC MD5_ASM=$MD5_ASM"
ngx_md5="MD5=\"$MD5\""
;;
- owc*)
+ owc)
ngx_makefile=makefile.owc
ngx_opt="CPU_OPT=\"$CPU_OPT\""
ngx_md5=`echo MD5=\"$MD5\" | sed -e "s/\//$ngx_regex_dirsep/g"`