diff options
author | Guenter Knauf <lists@gknw.net> | 2010-08-10 17:41:48 +0200 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2010-08-10 17:41:48 +0200 |
commit | 517f3a1b8fccb65c4db4c083077169e9624cb4c0 (patch) | |
tree | f1485115bb776e8690ab0a2a555a75854b37e252 /lib/Makefile.Watcom | |
parent | 495d3e07d441e8c50fb930bd3b5fe5cda7ca63a8 (diff) | |
download | curl-517f3a1b8fccb65c4db4c083077169e9624cb4c0.tar.gz |
Fixed my wrong edit.
Diffstat (limited to 'lib/Makefile.Watcom')
-rw-r--r-- | lib/Makefile.Watcom | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.Watcom b/lib/Makefile.Watcom index e74ab0f36..bae1bd459 100644 --- a/lib/Makefile.Watcom +++ b/lib/Makefile.Watcom @@ -27,9 +27,9 @@ RC = wrc ! loaddll wpp386 wppd386 ! loaddll wlib wlibd ! if $(__VERSION__) < 1280 -! loaddll wlink wlinkd -! else ! loaddll wlink wlink +! else +! loaddll wlink wlinkd ! endif !endif |