X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=utils%2Fgenapply%2FMakefile;fp=utils%2Fgenapply%2FMakefile;h=9657fc9450fc64f9b84462e0260be0fba1d7970e;hp=39903cf584012ce75f4c26bd2c21fbff058caf06;hb=c91a5a536591d33ad668d3f0f30efa374f41ca5d;hpb=8c7bea375782d8566d942bca51d1772f7c55a819 diff --git a/utils/genapply/Makefile b/utils/genapply/Makefile index 39903cf..9657fc9 100644 --- a/utils/genapply/Makefile +++ b/utils/genapply/Makefile @@ -12,6 +12,10 @@ ifeq "$(GhcUnregisterised)" "YES" SRC_HC_OPTS += -DNO_REGS endif +ifeq "$(ghc_ge_607)" "YES" +SRC_HC_OPTS += -package pretty +endif + # Try to get dependencies right... SRC_HC_OPTS += -no-recomp GenApply.o : $(GHC_INCLUDE_DIR)/ghcconfig.h