From: rrt Date: Tue, 9 May 2000 08:22:01 +0000 (+0000) Subject: [project @ 2000-05-09 08:22:01 by rrt] X-Git-Tag: Approximately_9120_patches~4554 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6f2ed8b680338aeb351522f61f09b29233ae36b4;p=ghc-hetmet.git [project @ 2000-05-09 08:22:01 by rrt] Typo: changed ($Var) to $(Var) in test to set SplitObjs. --- diff --git a/mk/config.mk.in b/mk/config.mk.in index 0f7dc76..d8fdf44 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