From b49514af620e5956d11698987a20cb0064629668 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 10 Feb 2008 17:10:50 +0000 Subject: [PATCH] Don't use -w when compiling Config.hs --- compiler/Makefile | 1 - 1 file changed, 1 deletion(-) 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) -- 1.7.10.4