comparison auto/make @ 6164:4e5dda15f18f

Fixed misspellings of the word "dependencies".
author Ruslan Ermilov <ru@nginx.com>
date Wed, 03 Jun 2015 08:23:35 +0300
parents 1bdfceda86a9
children 257b51c37c5a
comparison
equal deleted inserted replaced
6163:4e71788460fa 6164:4e5dda15f18f
48 48
49 49
50 ngx_all_srcs="$CORE_SRCS" 50 ngx_all_srcs="$CORE_SRCS"
51 51
52 52
53 # the core dependences and include paths 53 # the core dependencies and include paths
54 54
55 ngx_deps=`echo $CORE_DEPS $NGX_AUTO_CONFIG_H $NGX_PCH \ 55 ngx_deps=`echo $CORE_DEPS $NGX_AUTO_CONFIG_H $NGX_PCH \
56 | sed -e "s/ *\([^ ][^ ]*\)/$ngx_regex_cont\1/g" \ 56 | sed -e "s/ *\([^ ][^ ]*\)/$ngx_regex_cont\1/g" \
57 -e "s/\//$ngx_regex_dirsep/g"` 57 -e "s/\//$ngx_regex_dirsep/g"`
58 58
68 CORE_INCS = $ngx_include_opt$ngx_incs 68 CORE_INCS = $ngx_include_opt$ngx_incs
69 69
70 END 70 END
71 71
72 72
73 # the http dependences and include paths 73 # the http dependencies and include paths
74 74
75 if [ $HTTP = YES ]; then 75 if [ $HTTP = YES ]; then
76 76
77 ngx_all_srcs="$ngx_all_srcs $HTTP_SRCS" 77 ngx_all_srcs="$ngx_all_srcs $HTTP_SRCS"
78 78
94 END 94 END
95 95
96 fi 96 fi
97 97
98 98
99 # the mail dependences and include paths 99 # the mail dependencies and include paths
100 100
101 if [ $MAIL = YES ]; then 101 if [ $MAIL = YES ]; then
102 102
103 ngx_all_srcs="$ngx_all_srcs $MAIL_SRCS" 103 ngx_all_srcs="$ngx_all_srcs $MAIL_SRCS"
104 104
120 END 120 END
121 121
122 fi 122 fi
123 123
124 124
125 # the stream dependences and include paths 125 # the stream dependencies and include paths
126 126
127 if [ $STREAM = YES ]; then 127 if [ $STREAM = YES ]; then
128 128
129 ngx_all_srcs="$ngx_all_srcs $STREAM_SRCS" 129 ngx_all_srcs="$ngx_all_srcs $STREAM_SRCS"
130 130