From 7d96fdae290360a20009e61de851a1c267a93549 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 28 Aug 2008 12:46:08 +0000 Subject: [PATCH] Don't check that we have found haddock We now use an in-tree haddock instead --- Makefile | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/Makefile b/Makefile index 3bd6b72..02d43d9 100644 --- a/Makefile +++ b/Makefile @@ -74,16 +74,7 @@ endif SUBDIRS = gmp libffi includes utils driver docs rts compiler ghc libraries libraries/Cabal/doc -check-all: check-tools check-packages - -check-tools: - @: -ifeq "$(HADDOCK_DOCS)" "YES" -ifeq "$(HADDOCK)" "" - echo "Couldn't find haddock" >&2 - exit 1 -endif -endif +check-all: check-packages # Sanity check that all the boot libraries are in the tree, to catch # failure to run darcs-all. -- 1.7.10.4