diff options
author | Guenter Knauf <lists@gknw.net> | 2013-01-28 01:25:39 +0100 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2013-01-28 01:25:39 +0100 |
commit | 0494da830bfe57c7624a8fbf5151a4a07d6acae5 (patch) | |
tree | 8f94b1e359c0530e86aa8b47a2731e8957d411b7 /lib/Makefile.Watcom | |
parent | 5243b18f3d3a9f73d48e13b84e763bd2a151b7f3 (diff) | |
download | curl-0494da830bfe57c7624a8fbf5151a4a07d6acae5.tar.gz |
Updated dependency libs.
Diffstat (limited to 'lib/Makefile.Watcom')
-rw-r--r-- | lib/Makefile.Watcom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.Watcom b/lib/Makefile.Watcom index decb0a11c..c5e05523c 100644 --- a/lib/Makefile.Watcom +++ b/lib/Makefile.Watcom @@ -89,7 +89,7 @@ ZLIB_ROOT = ..$(DS)..$(DS)zlib-1.2.7 !ifdef %libssh2_root LIBSSH2_ROOT = $(%libssh2_root) !else -LIBSSH2_ROOT = ..$(DS)..$(DS)libssh2-1.4.2 +LIBSSH2_ROOT = ..$(DS)..$(DS)libssh2-1.4.3 !endif !ifdef %librtmp_root |