X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=libraries%2FMakefile;h=f30554eee55a30cdab57552be7033e7a2175ebb2;hb=e33b257ee0706bcf08fa7eba56c17fbd2dd223a5;hp=89f10f8380705822860218cbfd6db5d3a1ffee29;hpb=bd3922fb7bac1d029d2c8bd311fb9d543120e8ca;p=ghc-hetmet.git diff --git a/libraries/Makefile b/libraries/Makefile index 89f10f8..f30554e 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -140,8 +140,8 @@ endif BOOTSTRAP_LIBS = Cabal filepath BOOTSTRAP_STAMPS = $(addprefix stamp/bootstrapping.,$(BOOTSTRAP_LIBS)) -BOOTSTRAP_INC_1_UP = $(addprefix -i../bootstrapping.,$(BOOTSTRAP_LIBS)) -BOOTSTRAP_INC_2_UP = $(addprefix -i../../bootstrapping.,$(BOOTSTRAP_LIBS)) +BOOTSTRAP_INC_1_UP = -DCABAL_VERSION=1,3 $(addprefix -i../bootstrapping.,$(BOOTSTRAP_LIBS)) +BOOTSTRAP_INC_2_UP = -DCABAL_VERSION=1,3 $(addprefix -i../../bootstrapping.,$(BOOTSTRAP_LIBS)) .PHONY: subdirs