summaryrefslogtreecommitdiffhomepage
path: root/auto/lib/openssl/make
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-05-11 18:02:06 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-05-11 18:02:06 +0000
commit3d746ac4f02807196373e641b10c8f284ccb7646 (patch)
treeebeef14e954da88c5b0e4afb6cb011e9c7fba798 /auto/lib/openssl/make
parentec9f47175ef9acd7299c6c0c0b707113e178bbaf (diff)
downloadnginx-3d746ac4f02807196373e641b10c8f284ccb7646.tar.gz
nginx-3d746ac4f02807196373e641b10c8f284ccb7646.tar.bz2
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.
Diffstat (limited to 'auto/lib/openssl/make')
-rw-r--r--auto/lib/openssl/make4
1 files changed, 2 insertions, 2 deletions
diff --git a/auto/lib/openssl/make b/auto/lib/openssl/make
index 96b86befa..3031dd2e8 100644
--- a/auto/lib/openssl/make
+++ b/auto/lib/openssl/make
@@ -22,7 +22,7 @@ $OPENSSL/out32/ssleay32.lib:
perl Configure VC-WIN32 no-shared
ms\\do_ms
\$(MAKE) -f ms\\nt.mak
- cd ..\\..\\..
+ cd \$(CURDIR)
END
@@ -39,7 +39,7 @@ END
perl Configure BC-32 no-shared
ms\\do_nasm
\$(MAKE) -f ms\\bcb.mak
- cd ..\\..\\..
+ cd \$(CURDIR)
END