[project @ 2000-04-16 16:35:58 by panne]
authorpanne <unknown>
Sun, 16 Apr 2000 16:35:58 +0000 (16:35 +0000)
committerpanne <unknown>
Sun, 16 Apr 2000 16:35:58 +0000 (16:35 +0000)
Make splitting object files the default again on non-Windoze platforms

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