From 7c9b541f7f321839ef06f22ebc24b53adc1cea7a Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 15 Oct 2008 14:40:23 +0000 Subject: Fix the build when the bootstrapping compiler has a newer Cabal than us We need to forcibly use the in-tree Cabal, or we get version mismatch errors --- libraries/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'libraries/Makefile') diff --git a/libraries/Makefile b/libraries/Makefile index ce28841320..b0179cae31 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -120,9 +120,6 @@ ifeq "$(ghc_ge_605)" "NO" CABAL_GHC_FLAGS += -cpp endif -# Euch, hideous hack: -CABAL_VERSION = $(shell grep "^Version:" Cabal/Cabal.cabal | sed -e "s/^Version: //" -e 's/\./,/g') - BOOTSTRAPPING_FLAGS = $(CABAL_GHC_FLAGS) -DCABAL_VERSION=$(CABAL_VERSION) -odir $(HERE_ABS)/bootstrapping -hidir $(HERE_ABS)/bootstrapping -i$(HERE_ABS)/Cabal -i$(HERE_ABS)/filepath -i$(HERE_ABS)/hpc .PHONY: boot -- cgit v1.2.1