From: Simon Marlow Date: Mon, 12 Jun 2006 08:41:14 +0000 (+0000) Subject: fix the stage3 build X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f743f6f36762737c59f8bab358dc111dc22c1167;p=ghc-hetmet.git fix the stage3 build --- diff --git a/compiler/Makefile b/compiler/Makefile index dcc2cdd..56673df 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -439,6 +439,8 @@ PKG_DEPENDS += readline endif else -include $(FPTOOLS_TOP)/libraries/readline/config.mk +# readline's config.mk sets PACKAGE, which we don't want here +PACKAGE= ifeq "$(READLINE_BUILD_PACKAGE)" "yes" SRC_HC_OPTS += -package readline -DUSE_READLINE PKG_DEPENDS += readline