X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=libraries%2FMakefile;fp=libraries%2FMakefile;h=b0179cae318759d347b680f64fe9c24551bb7fef;hp=ce2884132006a2fe6ba254013f60a5d94ef74678;hb=7c9b541f7f321839ef06f22ebc24b53adc1cea7a;hpb=a54b5fa28776951f5f9049f45d7a279558e17439 diff --git a/libraries/Makefile b/libraries/Makefile index ce28841..b0179ca 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