From: simonmar Date: Wed, 22 Nov 2000 12:27:57 +0000 (+0000) Subject: [project @ 2000-11-22 12:27:57 by simonmar] X-Git-Tag: Approximately_9120_patches~3264 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f3250d47fccbd7c2aea619463d672b0af08aea47;p=ghc-hetmet.git [project @ 2000-11-22 12:27:57 by simonmar] omit PrelMain from the GHCi library. --- diff --git a/ghc/lib/std/Makefile b/ghc/lib/std/Makefile index d9bfb4a..22b2331 100644 --- a/ghc/lib/std/Makefile +++ b/ghc/lib/std/Makefile @@ -34,9 +34,8 @@ endif HSLIB = std -ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32" -LIBOBJS = $(filter-out PrelHugs.$(way_)o,$(HS_OBJS)) -endif +# we don't want PrelMain in the GHCi library. +GHCI_LIBOBJS = $(filter-out PrelMain.$(way_)o,$(HS_OBJS)) #----------------------------------------------------------------------------- # Setting the GHC compile options