comparison auto/make @ 6118:1bdfceda86a9

Fixed building --with-stream when precompiled headers are used.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 20 Apr 2015 17:36:51 +0300
parents 61d7ae76647d
children 4e5dda15f18f
comparison
equal deleted inserted replaced
6117:3b7a60371a9a 6118:1bdfceda86a9
34 fi 34 fi
35 35
36 36
37 # ALL_INCS, required by the addons and by OpenWatcom C precompiled headers 37 # ALL_INCS, required by the addons and by OpenWatcom C precompiled headers
38 38
39 ngx_incs=`echo $CORE_INCS $NGX_OBJS $HTTP_INCS $MAIL_INCS\ 39 ngx_incs=`echo $CORE_INCS $NGX_OBJS $HTTP_INCS $MAIL_INCS $STREAM_INCS\
40 | sed -e "s/ *\([^ ][^ ]*\)/$ngx_regex_cont$ngx_include_opt\1/g" \ 40 | sed -e "s/ *\([^ ][^ ]*\)/$ngx_regex_cont$ngx_include_opt\1/g" \
41 -e "s/\//$ngx_regex_dirsep/g"` 41 -e "s/\//$ngx_regex_dirsep/g"`
42 42
43 cat << END >> $NGX_MAKEFILE 43 cat << END >> $NGX_MAKEFILE
44 44