X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FMakefile;h=19916eff9485e6b823e191126aaf3c13f408b858;hb=9252667140f745b407796f8a465690422cd5ce86;hp=209765eaff1dff58b95221038536d58f3a5e74df;hpb=a214945eb3e24976f6e41ffe666eec69358d9ce7;p=ghc-hetmet.git diff --git a/compiler/Makefile b/compiler/Makefile index 209765e..19916ef 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -446,7 +446,7 @@ endif ifeq "$(GhcWithInterpreter) $(bootstrapped)" "YES YES" -# Yes, include the interepreter, readline, and Template Haskell extensions +# Yes, include the interepreter and Template Haskell extensions SRC_HC_OPTS += -DGHCI -package template-haskell PKG_DEPENDS += template-haskell @@ -493,7 +493,7 @@ SRC_HC_OPTS += -package readline -DUSE_READLINE PKG_DEPENDS += readline endif else --include $(FPTOOLS_TOP)/libraries/readline/config.mk +-include $(FPTOOLS_TOP_ABS)/libraries/readline/config.mk # readline's config.mk sets PACKAGE, which we don't want here PACKAGE= ifeq "$(READLINE_BUILD_PACKAGE)" "yes"