summaryrefslogtreecommitdiffhomepage
path: root/auto/make
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-05-10 18:35:08 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-05-10 18:35:08 +0000
commit98c4dd7c60b518c2a9e292a2b17ac1860c03ded8 (patch)
tree53ce742c2a3c1fc757bebb85b71fcb69784a52c6 /auto/make
parentdbebf0bdbc6ca9c996058b76ad89cf4d4441f7b4 (diff)
downloadnginx-98c4dd7c60b518c2a9e292a2b17ac1860c03ded8.tar.gz
nginx-98c4dd7c60b518c2a9e292a2b17ac1860c03ded8.tar.bz2
remove BMAKE (build make): a cc compiler should use own make
Diffstat (limited to 'auto/make')
-rw-r--r--auto/make12
1 files changed, 1 insertions, 11 deletions
diff --git a/auto/make b/auto/make
index 2c827a311..d14bf6174 100644
--- a/auto/make
+++ b/auto/make
@@ -23,22 +23,12 @@ LINK = $LINK
END
+
if test -n "$NGX_PERL_CFLAGS"; then
echo NGX_PERL_CFLAGS = $NGX_PERL_CFLAGS >> $NGX_MAKEFILE
echo NGX_PM_CFLAGS = $NGX_PM_CFLAGS >> $NGX_MAKEFILE
fi
-if [ "$BMAKE" = wmake ]; then
- echo MAKE = wmake >> $NGX_MAKEFILE
-
- ngx_regex_cont=' '
- ngx_long_regex_cont=' '
- ngx_cont=' '
- ngx_long_cont=' '
- ngx_tab=' '
-
-fi
-
# ALL_INCS, required by the addons and by OpenWatcom C precompiled headers