Skip to content
Snippets Groups Projects
Commit 6f2ed8b6 authored by Reuben Thomas's avatar Reuben Thomas
Browse files

[project @ 2000-05-09 08:22:01 by rrt]

Typo: changed ($Var) to $(Var) in test to set SplitObjs.
parent 65fafba5
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment