From d08fd4035d1802665ed22a588bd72b2b95eae55d Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 28 May 2001 05:52:55 +0000 Subject: [PATCH] [project @ 2001-05-28 05:52:55 by sof] de-ramble previous commit --- mk/config.mk.in | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 -- 1.7.10.4