fix the stage3 build
authorSimon Marlow <simonmar@microsoft.com>
Mon, 12 Jun 2006 08:41:14 +0000 (08:41 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Mon, 12 Jun 2006 08:41:14 +0000 (08:41 +0000)
compiler/Makefile

index dcc2cdd..56673df 100644 (file)
@@ -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