X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Fgenapply%2FMakefile;h=9657fc9450fc64f9b84462e0260be0fba1d7970e;hb=d31dfb32ea936c22628b508c28a36c12e631430a;hp=f9a10a22de117167427ac6e742b56548ccd14235;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/utils/genapply/Makefile b/utils/genapply/Makefile index f9a10a2..9657fc9 100644 --- a/utils/genapply/Makefile +++ b/utils/genapply/Makefile @@ -8,14 +8,14 @@ ifneq "$(BootingFromHc)" "YES" boot :: all endif -ifeq "$(ghc_ge_504)" "NO" -SRC_HC_OPTS += -package lang -package util -package text -endif - 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