[project @ 2001-06-12 11:15:45 by simonpj]
[ghc-hetmet.git] / ghc / lib / std / Makefile
index b8815d5..68f0255 100644 (file)
@@ -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