diff options
Diffstat (limited to 'lib')
-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 |