From: Ian Lynagh Date: Thu, 5 Aug 2010 15:53:19 +0000 (+0000) Subject: Fix the HsColour test in the build system X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=d97079816522f4ac4add574c15b56961aceb036e Fix the HsColour test in the build system --- diff --git a/mk/config.mk.in b/mk/config.mk.in index 2fc03c7..1a7f25e 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -727,7 +727,7 @@ HSTAGS = @HstagsCmd@ # Should we build haddock docs? HADDOCK_DOCS = YES # And HsColour the sources? -ifeq "$(HSCOLOUR)" "" +ifeq "$(HSCOLOUR_CMD)" "" HSCOLOUR_SRCS = NO else HSCOLOUR_SRCS = YES