VC makefiles: fixed variable name mistake
authorDaniel Stenberg <daniel@haxx.se>
Wed, 17 Aug 2011 21:51:37 +0000 (23:51 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 17 Aug 2011 21:51:37 +0000 (23:51 +0200)
lib/Makefile.vc6

index 3a37d37..4c84d2b 100644 (file)
@@ -69,7 +69,7 @@ OPENSSL_PATH   = ../../openssl-0.9.8r
 !ENDIF\r
 \r
 !IFNDEF LIBSSH2_PATH\r
-OPENSSH_PATH   = ../../libssh2-1.2.8\r
+LIBSSH2_PATH   = ../../libssh2-1.2.8\r
 !ENDIF\r
 \r
 !IFNDEF ZLIB_PATH\r