From 88de2702104eceecf8b2817bed38457b16e740f4 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 16 Jun 2008 18:14:25 +0000 Subject: [PATCH] Remove some build system code that can't happen ghc_ge_601 is no longer defined --- compiler/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/compiler/Makefile b/compiler/Makefile index fdde6f8..acace59 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -598,13 +598,9 @@ SRC_HC_OPTS += -package Win32 PKG_DEPENDS += Win32 endif else -ifeq "$(bootstrapped) $(ghc_ge_601)" "NO NO" -SRC_HC_OPTS += -package posix -else SRC_HC_OPTS += -package unix PKG_DEPENDS += unix endif -endif # We use the Cabal package in stages 2/3 only; in stage 1 we're using # the libcompat library which provides the Cabal modules. -- 1.7.10.4