From fd4febd3cd243c1a17a5b850559fd3c4b04da8a6 Mon Sep 17 00:00:00 2001 From: simonpj Date: Tue, 12 Jun 2001 11:15:45 +0000 Subject: [PATCH] [project @ 2001-06-12 11:15:45 by simonpj] wibble --- ghc/lib/std/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4