From: Ian Lynagh Date: Sun, 10 Feb 2008 17:10:50 +0000 (+0000) Subject: Don't use -w when compiling Config.hs X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=b49514af620e5956d11698987a20cb0064629668 Don't use -w when compiling Config.hs --- diff --git a/compiler/Makefile b/compiler/Makefile index 221c603..71b53fb 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -219,7 +219,6 @@ boot :: $(CONFIG_HS) $(CONFIG_HS) : $(FPTOOLS_TOP)/mk/config.mk @$(RM) -f $(CONFIG_HS) @echo "Creating $(CONFIG_HS) ... " - @echo "{-# OPTIONS -w #-}" >>$(CONFIG_HS) @echo "module Config where" >>$(CONFIG_HS) @echo "cProjectName :: String" >> $(CONFIG_HS) @echo "cProjectName = \"$(ProjectName)\"" >> $(CONFIG_HS)