diff options
author | sven.panne@aedion.de <unknown> | 2007-09-10 06:57:59 +0000 |
---|---|---|
committer | sven.panne@aedion.de <unknown> | 2007-09-10 06:57:59 +0000 |
commit | a61629589f42ec2c08ad177ff24eaf53682dfb63 (patch) | |
tree | 6470acd40a1acaf0b3afc79d139f2c120ab021cb /rts/Makefile | |
parent | c598f995b471e9f84fb41aa61eccac1be60fddd2 (diff) | |
download | haskell-a61629589f42ec2c08ad177ff24eaf53682dfb63.tar.gz |
The RTS is Haddock-less, tell make about it
MERGE TO STABLE
Diffstat (limited to 'rts/Makefile')
-rw-r--r-- | rts/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rts/Makefile b/rts/Makefile index c13e49c903..c310ee0724 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 |