X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FMakefile;h=dcc2cddcd8affa67ac5331c496766f8ce6f373de;hp=94a9c85404aed283cdbad5895729e2d2497cf638;hb=8df809e4ce2319cccd91b14a74e13c879faaf357;hpb=7434fb5be86c7cc59c520dc07dc96b27b4fb1406 diff --git a/compiler/Makefile b/compiler/Makefile index 94a9c85..dcc2cdd 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -438,7 +438,8 @@ SRC_HC_OPTS += -package readline -DUSE_READLINE PKG_DEPENDS += readline endif else -ifeq "$(GhcLibsWithReadline)" "YES" +-include $(FPTOOLS_TOP)/libraries/readline/config.mk +ifeq "$(READLINE_BUILD_PACKAGE)" "yes" SRC_HC_OPTS += -package readline -DUSE_READLINE PKG_DEPENDS += readline endif