diff auto/make @ 2825:bb05c0834c8c

remove BMAKE (build make): a cc compiler should use own make
author Igor Sysoev <igor@sysoev.ru>
date Sun, 10 May 2009 18:35:08 +0000
parents e5ce4e2de846
children 548c8219ffcc
line wrap: on
line diff
--- 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