From 517f3a1b8fccb65c4db4c083077169e9624cb4c0 Mon Sep 17 00:00:00 2001
From: Guenter Knauf <lists@gknw.net>
Date: Tue, 10 Aug 2010 17:41:48 +0200
Subject: [PATCH] Fixed my wrong edit.

---
 lib/Makefile.Watcom | 4 ++--
 src/Makefile.Watcom | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/Makefile.Watcom b/lib/Makefile.Watcom
index e74ab0f36c..bae1bd4596 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
 
diff --git a/src/Makefile.Watcom b/src/Makefile.Watcom
index 1f67cbc919..1c628a4e18 100644
--- a/src/Makefile.Watcom
+++ b/src/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
 
-- 
GitLab