diff options
author | Ian Lynagh <igloo@earth.li> | 2008-07-10 12:36:55 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-07-10 12:36:55 +0000 |
commit | be745f257384dfedb81f154a961daaa709010ba1 (patch) | |
tree | dc3ee71dc5b06f35f91b292157f3cca77f2b1ba2 | |
parent | d9f20043f1bff6d3731e62de4db4d98fcff57498 (diff) | |
download | haskell-be745f257384dfedb81f154a961daaa709010ba1.tar.gz |
Remove an ancient commented out "parser/Parser_HC_OPTS += -fasm"
-rw-r--r-- | compiler/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/Makefile b/compiler/Makefile index be304f9a42..a64cd12fe7 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 |