From: simonpj Date: Tue, 12 Jun 2001 11:15:45 +0000 (+0000) Subject: [project @ 2001-06-12 11:15:45 by simonpj] X-Git-Tag: Approximately_9120_patches~1774 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=fd4febd3cd243c1a17a5b850559fd3c4b04da8a6;p=ghc-hetmet.git [project @ 2001-06-12 11:15:45 by simonpj] wibble --- diff --git a/ghc/lib/std/Makefile b/ghc/lib/std/Makefile index b8815d5..68f0255 100644 --- a/ghc/lib/std/Makefile +++ b/ghc/lib/std/Makefile @@ -111,7 +111,7 @@ GHCI_LIBOBJS = $(filter-out PrelMain.$(way_)o,$(HS_OBJS)) ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32" # Standard rule -$(GHCI_LIBRARY) :: $(GHCI_LIBOBJS) +HSstd.o :: $(GHCI_LIBOBJS) ld -r -x -o $@ $(GHCI_LIBOBJS) else