[project @ 2001-05-28 05:52:55 by sof]
authorsof <unknown>
Mon, 28 May 2001 05:52:55 +0000 (05:52 +0000)
committersof <unknown>
Mon, 28 May 2001 05:52:55 +0000 (05:52 +0000)
de-ramble previous commit

mk/config.mk.in

index c078d1a..1d102ab 100644 (file)
@@ -240,13 +240,8 @@ DLLized=@EnableWin32DLLs@
 # GHC is still dependent on GNU tools in the backend (gcc to further process
 # .c/.hc/.s/.o files + 'perl' to mangle and split), but using this
 # option a GHC distribution can be put together which includes a minimal
-# set of these open source tools).
+# set of these open source tools. 
 #
-# One reason why this is a good thing is that it saves the user installing
-# something like cygwin first. Another positive effect of a GHC install now
-# being self-contained is that it will continue to work even if the user
-# installs a different C compiler (this has caused version problems in the
-# past).
 MinimalUnixDeps=@MinimalUnixDeps@
 
 # Don't split object files for libs if we're building DLLs, or booting from