From: Daniel Stenberg Date: Wed, 17 Aug 2011 21:51:37 +0000 (+0200) Subject: VC makefiles: fixed variable name mistake X-Git-Tag: curl-7_22_0~97 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18339846644fff08817498895e27d0177c80ed5b;p=curl VC makefiles: fixed variable name mistake --- diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index 3a37d375c..4c84d2b33 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -69,7 +69,7 @@ OPENSSL_PATH = ../../openssl-0.9.8r !ENDIF !IFNDEF LIBSSH2_PATH -OPENSSH_PATH = ../../libssh2-1.2.8 +LIBSSH2_PATH = ../../libssh2-1.2.8 !ENDIF !IFNDEF ZLIB_PATH