diff options
author | Yang Tse <yangsita@gmail.com> | 2011-12-30 03:36:18 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-12-30 03:36:18 +0100 |
commit | ed0364343dc2472fdc6a390bb00c3e20152e8e6f (patch) | |
tree | 5602c9828ae26fe36e583d7975f711c35ab504a3 /src | |
parent | 5c0ad9581dc0d59ba4e425e54589cdc2b6cb7ac5 (diff) | |
download | curl-ed0364343dc2472fdc6a390bb00c3e20152e8e6f.tar.gz |
removed trailing whitespace
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.Watcom | 4 | ||||
-rw-r--r-- | src/Makefile.m32 | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.Watcom b/src/Makefile.Watcom index f0477fd46..01be9c2d2 100644 --- a/src/Makefile.Watcom +++ b/src/Makefile.Watcom @@ -184,8 +184,8 @@ $(LINK_ARG): $(__MAKEFILES__) !ifdef %use_rtmp @%append $^@ library $(LIBRTMP_ROOT)$(DS)librtmp$(DS)librtmp.lib, winmm.lib !endif -!ifdef %use_ssh2 - @%append $^@ library $(LIBSSH2_ROOT)$(DS)win32$(DS)libssh2.lib +!ifdef %use_ssh2 + @%append $^@ library $(LIBSSH2_ROOT)$(DS)win32$(DS)libssh2.lib !endif !ifdef %use_ssl @%append $^@ library $(OPENSSL_ROOT)$(DS)out32$(DS)libeay32.lib, $(OPENSSL_ROOT)$(DS)out32$(DS)ssleay32.lib diff --git a/src/Makefile.m32 b/src/Makefile.m32 index 0822e3a8e..e3f451f99 100644 --- a/src/Makefile.m32 +++ b/src/Makefile.m32 @@ -38,7 +38,7 @@ endif ifndef LIBIDN_PATH LIBIDN_PATH = ../../libidn-1.18 endif -# Edit the path below to point to the base of your MS idndlpackage. +# Edit the path below to point to the base of your MS IDN package. # Microsoft Internationalized Domain Names (IDN) Mitigation APIs 1.1 # http://www.microsoft.com/downloads/en/details.aspx?FamilyID=ad6158d7-ddba-416a-9109-07607425a815 ifndef WINIDN_PATH |