From: sven.panne@aedion.de Date: Mon, 10 Sep 2007 06:57:59 +0000 (+0000) Subject: The RTS is Haddock-less, tell make about it X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=a61629589f42ec2c08ad177ff24eaf53682dfb63 The RTS is Haddock-less, tell make about it MERGE TO STABLE --- diff --git a/rts/Makefile b/rts/Makefile index c13e49c..c310ee0 100644 --- a/rts/Makefile +++ b/rts/Makefile @@ -37,6 +37,11 @@ endif # ----------------------------------------------------------------------------- +# There's nothing for Haddock here... +override HADDOCK_DOCS = NO + +# ----------------------------------------------------------------------------- + # Tells the build system not to add various Haskellish options to $(SRC_HC_OPTS) NON_HS_PACKAGE = YES