From be745f257384dfedb81f154a961daaa709010ba1 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 10 Jul 2008 12:36:55 +0000 Subject: [PATCH] Remove an ancient commented out "parser/Parser_HC_OPTS += -fasm" --- compiler/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/Makefile b/compiler/Makefile index be304f9..a64cd12 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -854,7 +854,6 @@ endif # typecheck/TcUnify_HC_OPTS += -auto-all # coreSyn/CorePrep_HC_OPTS += -auto-all -# parser/Parser_HC_OPTS += -fasm #----------------------------------------------------------------------------- # Building the GHC package -- 1.7.10.4