comparison auto/make @ 2832:d27ac70df098

use $(CURDIR) instead of "..\..\.." because the later does not allow to use options as --with-zlib=../zlib-1.2.3. It seems there is no common way to learn the current directory in Win32 make's: although nmake has MAKEDIR variable, nevertheless Borland make's MAKEDIR is the directory where make is installed, and OpenWatcom wmake has no MAKEDIR at all.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 11 May 2009 18:02:06 +0000
parents 548c8219ffcc
children ecdc41bf2047
comparison
equal deleted inserted replaced
2831:a294cff147ec 2832:d27ac70df098
20 20
21 CC = $CC 21 CC = $CC
22 CFLAGS = $CFLAGS 22 CFLAGS = $CFLAGS
23 CPP = $CPP 23 CPP = $CPP
24 LINK = $LINK 24 LINK = $LINK
25 CURDIR = `pwd`
25 26
26 END 27 END
27 28
28 29
29 if test -n "$NGX_PERL_CFLAGS"; then 30 if test -n "$NGX_PERL_CFLAGS"; then