From 6f2ed8b680338aeb351522f61f09b29233ae36b4 Mon Sep 17 00:00:00 2001
From: rrt <unknown>
Date: Tue, 9 May 2000 08:22:01 +0000
Subject: [PATCH] [project @ 2000-05-09 08:22:01 by rrt] Typo: changed ($Var)
 to $(Var) in test to set SplitObjs.

---
 mk/config.mk.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mk/config.mk.in b/mk/config.mk.in
index 0f7dc76fb63c..d8fdf44f1144 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -220,7 +220,7 @@ GhcLibHcOpts=-O
 # Win32 only: Enable the RTS and libraries to be built as DLLs
 # Don't split object files for libs if we're building DLLs
 EnableWin32DLLs=@EnableWin32DLLs@
-ifeq "($EnableWin32DLLs)" "YES"
+ifeq "$(EnableWin32DLLs)" "YES"
 SplitObjs=NO
 else
 SplitObjs=YES
-- 
GitLab