[project @ 2000-05-09 08:22:01 by rrt]
authorrrt <unknown>
Tue, 9 May 2000 08:22:01 +0000 (08:22 +0000)
committerrrt <unknown>
Tue, 9 May 2000 08:22:01 +0000 (08:22 +0000)
Typo: changed ($Var) to $(Var) in test to set SplitObjs.

mk/config.mk.in

index 0f7dc76..d8fdf44 100644 (file)
@@ -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