diff options
author | Guenter Knauf <lists@gknw.net> | 2011-09-03 14:01:09 +0200 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2011-09-03 14:01:09 +0200 |
commit | 2be65bb0c5317b6821882b41558bd8cd2eb64d25 (patch) | |
tree | 30e9005884af7c7d0cfdbce1ba4ed5dce82e9486 /src/Makefile.Watcom | |
parent | f02325ea65421e6c84f7bff9327b01b647c9cd22 (diff) | |
download | curl-2be65bb0c5317b6821882b41558bd8cd2eb64d25.tar.gz |
Updated dependecies versions.
Diffstat (limited to 'src/Makefile.Watcom')
-rw-r--r-- | src/Makefile.Watcom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.Watcom b/src/Makefile.Watcom index 66c97ef45..15de14210 100644 --- a/src/Makefile.Watcom +++ b/src/Makefile.Watcom @@ -78,7 +78,7 @@ ZLIB_ROOT = ..$(DS)..$(DS)zlib-1.2.5 !ifdef %libssh2_root LIBSSH2_ROOT = $(%libssh2_root) !else -LIBSSH2_ROOT = ..$(DS)..$(DS)libssh2-1.2.8 +LIBSSH2_ROOT = ..$(DS)..$(DS)libssh2-1.2.9 !endif !ifdef %librtmp_root |