comparison auto/make @ 4870:8a9b7b4e9f2d

Correct plural form for "path" in the whole source base.
author Andrey Belov <defan@nginx.com>
date Fri, 28 Sep 2012 13:49:26 +0000
parents d620f497c50f
children 0daea93e86a2
comparison
equal deleted inserted replaced
4869:2b129bb067b5 4870:8a9b7b4e9f2d
47 47
48 48
49 ngx_all_srcs="$CORE_SRCS" 49 ngx_all_srcs="$CORE_SRCS"
50 50
51 51
52 # the core dependences and include pathes 52 # the core dependences and include paths
53 53
54 ngx_deps=`echo $CORE_DEPS $NGX_AUTO_CONFIG_H $NGX_PCH \ 54 ngx_deps=`echo $CORE_DEPS $NGX_AUTO_CONFIG_H $NGX_PCH \
55 | sed -e "s/ *\([^ ][^ ]*\)/$ngx_regex_cont\1/g" \ 55 | sed -e "s/ *\([^ ][^ ]*\)/$ngx_regex_cont\1/g" \
56 -e "s/\//$ngx_regex_dirsep/g"` 56 -e "s/\//$ngx_regex_dirsep/g"`
57 57
67 CORE_INCS = $ngx_include_opt$ngx_incs 67 CORE_INCS = $ngx_include_opt$ngx_incs
68 68
69 END 69 END
70 70
71 71
72 # the http dependences and include pathes 72 # the http dependences and include paths
73 73
74 if [ $HTTP = YES ]; then 74 if [ $HTTP = YES ]; then
75 75
76 ngx_all_srcs="$ngx_all_srcs $HTTP_SRCS" 76 ngx_all_srcs="$ngx_all_srcs $HTTP_SRCS"
77 77
93 END 93 END
94 94
95 fi 95 fi
96 96
97 97
98 # the mail dependences and include pathes 98 # the mail dependences and include paths
99 99
100 if [ $MAIL = YES ]; then 100 if [ $MAIL = YES ]; then
101 101
102 ngx_all_srcs="$ngx_all_srcs $MAIL_SRCS" 102 ngx_all_srcs="$ngx_all_srcs $MAIL_SRCS"
103 103