X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=compiler%2Fghc.mk;h=b33117a61b2bf2aaa1abb45241a4bcb37b3b5bbf;hb=a4bef988fe1fcc2f6e59d9f8ccb54bcbc893958e;hp=901b0695997a01dd80c881ccf44ca455bd35c202;hpb=a21998556af1e827b9462d2cdc46005e90fb7fd2;p=ghc-hetmet.git diff --git a/compiler/ghc.mk b/compiler/ghc.mk index 901b069..b33117a 100644 --- a/compiler/ghc.mk +++ b/compiler/ghc.mk @@ -395,7 +395,7 @@ compiler_stage3_CONFIGURE_OPTS := $(compiler_stage2_CONFIGURE_OPTS) compiler_stage1_CONFIGURE_OPTS += --ghc-option=-DSTAGE=1 compiler_stage2_CONFIGURE_OPTS += --ghc-option=-DSTAGE=2 compiler_stage3_CONFIGURE_OPTS += --ghc-option=-DSTAGE=3 -compiler_stage2_HADDOCK_OPTS += --haddock-option=--optghc=-DSTAGE=2 +compiler_stage2_HADDOCK_OPTS += --optghc=-DSTAGE=2 compiler_stage1_CONFIGURE_OPTS += --ghc-options='$(GhcStage1HcOpts)' compiler_stage2_CONFIGURE_OPTS += --ghc-options='$(GhcStage2HcOpts)'