From: sof Date: Mon, 28 May 2001 05:52:55 +0000 (+0000) Subject: [project @ 2001-05-28 05:52:55 by sof] X-Git-Tag: Approximately_9120_patches~1857 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d08fd4035d1802665ed22a588bd72b2b95eae55d;p=ghc-hetmet.git [project @ 2001-05-28 05:52:55 by sof] de-ramble previous commit --- diff --git a/mk/config.mk.in b/mk/config.mk.in index c078d1a..1d102ab 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -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