From: simonmar Date: Thu, 24 Mar 2005 10:02:36 +0000 (+0000) Subject: [project @ 2005-03-24 10:02:36 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~864 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b6b182f309ac41fd8d308f16381f62d5ddbc04c1;p=ghc-hetmet.git [project @ 2005-03-24 10:02:36 by simonmar] Don't build GHC in all of GhcLibWays, like we do for other libraries --- diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 8cdf9ab..32b29f0 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -752,6 +752,11 @@ PACKAGE_CPP_OPTS += -DPKG_DEPENDS='$(PKG_DEPENDS)' # build system for ghc/compiler isn't set up to handle it. SplitObjs = NO +# the package build system likes to set WAYS=$(GhcLibWays), but we don't +# really want to build the whole of GHC multiple ways... if you do, +# set GhcCompilerWays instead. +GhcLibWays = $(GhcCompilerWays) + # override default definition of HS_IFACES so we can add $(odir) HS_IFACES = $(addsuffix .$(way_)hi,$(basename $(HS_OBJS))) endif