From e8059392ec230c81f67b2e10e2148ff947f5e2de Mon Sep 17 00:00:00 2001 From: "sven.panne@aedion.de" Date: Sun, 9 Sep 2007 12:34:01 +0000 Subject: [PATCH] Never try to build Haddock docs in ghc/compiler, even with HADDOCK_DOCS=YES MERGE TO STABLE --- compiler/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/Makefile b/compiler/Makefile index f3cd6ea..f9a0b58 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -855,7 +855,7 @@ GhcLibHcOpts = HS_IFACES = $(addsuffix .$(way_)hi,$(basename $(HS_OBJS))) # Haddock can't handle recursive modules currently, so we disable it for now. -HADDOCK_DOCS = NO +override HADDOCK_DOCS = NO # Tell package.mk not to set $(HC) NO_SET_HC = YES -- 1.7.10.4