X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FMakefile;h=acace59fdfeee8a7c3b2cc171fa9d50f3933570b;hb=a370654a872838c43e63bdd6cc279c0ee9913cdf;hp=fdde6f8a4b1e1321b66a1f69fcb1127aaea969e7;hpb=0f5e104c36b1dc3d8deeec5fef3d65e7b3a1b5ad;p=ghc-hetmet.git 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.