diff options
author | Ian Lynagh <igloo@earth.li> | 2009-02-12 14:10:23 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-02-12 14:10:23 +0000 |
commit | b179ed9596a3f15e5fa453d275b4f1784e7effab (patch) | |
tree | d270e8f1f2bf32b59816412580d463c947cdb8cb /libraries/Makefile | |
parent | a1497e61c767a1d73c8e8c9ccb017b8bce270dee (diff) | |
download | haskell-b179ed9596a3f15e5fa453d275b4f1784e7effab.tar.gz |
Only pass --with-hscolour to cabal-bin once
Diffstat (limited to 'libraries/Makefile')
-rw-r--r-- | libraries/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libraries/Makefile b/libraries/Makefile index 46e90d943b..8ccba2c19a 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -134,10 +134,6 @@ CONFIGURE_OPTS += --enable-split-objs CONFIGURE_STAMP_EXTRAS := $(CONFIGURE_STAMP_EXTRAS)-splitting endif -ifeq "$(HSCOLOUR_SRCS)" "YES" -CONFIGURE_OPTS += --with-hscolour="$(HSCOLOUR)" -endif - .PHONY: subdirs subdirs: |