Fix the HsColour test in the build system
authorIan Lynagh <igloo@earth.li>
Thu, 5 Aug 2010 15:53:19 +0000 (15:53 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 5 Aug 2010 15:53:19 +0000 (15:53 +0000)
mk/config.mk.in

index 2fc03c7..1a7f25e 100644 (file)
@@ -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