[project @ 2000-04-16 16:35:58 by panne]
[ghc-hetmet.git] / mk / config.mk.in
index c52eeda..762aee8 100644 (file)
@@ -217,12 +217,13 @@ endif
 
 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"
 SplitObjs=NO
+else
+SplitObjs=YES
 endif