[project @ 2002-01-11 15:32:05 by sof]
authorsof <unknown>
Fri, 11 Jan 2002 15:32:05 +0000 (15:32 +0000)
committersof <unknown>
Fri, 11 Jan 2002 15:32:05 +0000 (15:32 +0000)
add HSstd{1,2}.o to INSTALL_LIBS (mingw only)

ghc/lib/std/Makefile

index 4d42459..7e7acde 100644 (file)
@@ -126,6 +126,8 @@ HSstd.o :: $(GHCI_LIBOBJS)
        $(LD) -r -x -o HSstd1.o $(filter     Prel%, $(GHCI_LIBOBJS))
        $(LD) -r -x -o HSstd2.o $(filter-out Prel%, $(GHCI_LIBOBJS))
        @touch HSstd.o
+
+INSTALL_LIBS += HSstd1.o HSstd2.o
 endif # TARGETPLATFORM = i386-unknown-mingw32