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 f718e6c2c..6e2834e6d 100644
--- a/auto/lib/md5/make
+++ b/auto/lib/md5/make
@@ -25,7 +25,7 @@ esac
case $PLATFORM in
win32)
- line=`echo $MD5/md5.lib: | sed -e "s/\//$DIRSEP/g"`
+ line=`echo $MD5/md5.lib: | sed -e "s/\//$ngx_regex_dirsep/g"`
echo "$line" >> $MAKEFILE
;;
@@ -42,7 +42,7 @@ done=NO
case $PLATFORM in
win32)
- md5=`echo $MD5 | sed -e "s/\//$DIRSEP/g"`
+ md5=`echo $MD5 | sed -e "s/\//$ngx_regex_dirsep/g"`
cp auto/lib/md5/$makefile $MD5
echo " cd $md5" >> $MAKEFILE