catch up with removal of config.mk in the readline package
authorSimon Marlow <simonmar@microsoft.com>
Wed, 7 Nov 2007 09:59:52 +0000 (09:59 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 7 Nov 2007 09:59:52 +0000 (09:59 +0000)
compiler/Makefile

index de9c979..568812a 100644 (file)
@@ -493,10 +493,7 @@ SRC_HC_OPTS += -package readline -DUSE_READLINE
 PKG_DEPENDS += readline
 endif
 else
--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"
+ifeq "$(wildcard $(FPTOOLS_TOP_ABS)/libraries/readline/unbuildable)" ""
 SRC_HC_OPTS += -package readline -DUSE_READLINE
 PKG_DEPENDS += readline
 endif