summaryrefslogtreecommitdiff
path: root/compiler/Makefile
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2006-06-12 08:41:14 +0000
committerSimon Marlow <simonmar@microsoft.com>2006-06-12 08:41:14 +0000
commitf743f6f36762737c59f8bab358dc111dc22c1167 (patch)
treeff3ee547211940d845889b18d6bd8aefa68eb921 /compiler/Makefile
parent85d1f7904bde07f9a77106fb8c2b7fcc29b62287 (diff)
downloadhaskell-f743f6f36762737c59f8bab358dc111dc22c1167.tar.gz
fix the stage3 build
Diffstat (limited to 'compiler/Makefile')
-rw-r--r--compiler/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/Makefile b/compiler/Makefile
index dcc2cddcd8..56673df423 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