diff options
author | Guenter Knauf <lists@gknw.net> | 2013-02-09 01:35:11 +0100 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2013-02-09 01:35:11 +0100 |
commit | 5be2499e164ed017181ee7c320752cb1ffe196f5 (patch) | |
tree | cd67c9bf17c1e37924519d28078ffbe381728f9d /lib/Makefile.Watcom | |
parent | f44d0aedc17af20251788303d9ca62949b61c1d9 (diff) | |
download | curl-5be2499e164ed017181ee7c320752cb1ffe196f5.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 c5e05523c..ff991dc31 100644 --- a/lib/Makefile.Watcom +++ b/lib/Makefile.Watcom @@ -101,7 +101,7 @@ LIBRTMP_ROOT = ..$(DS)..$(DS)rtmpdump-2.3 !ifdef %openssl_root OPENSSL_ROOT = $(%openssl_root) !else -OPENSSL_ROOT = ..$(DS)..$(DS)openssl-0.9.8x +OPENSSL_ROOT = ..$(DS)..$(DS)openssl-0.9.8y !endif !ifdef %ares_root |