From: Ian Lynagh Date: Thu, 14 Aug 2008 11:22:21 +0000 (+0000) Subject: Build haddock with the stage1 compiler X-Git-Tag: 2008-09-12~119 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=49342bed0014d16bc895864badb6e363f1d52e25 Build haddock with the stage1 compiler --- diff --git a/utils/Makefile b/utils/Makefile index 4bbeb35..06fa262 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -52,7 +52,7 @@ endif WITH_BOOTSTRAPPING_COMPILER = installPackage ghc-pkg hsc2hs hpc -WITH_STAGE1 = installPackage ghc-pkg hasktags runghc hpc pwd +WITH_STAGE1 = installPackage ghc-pkg hasktags runghc hpc pwd haddock ifneq "$(NO_INSTALL_HSC2HS)" "YES" WITH_STAGE1 += hsc2hs endif