From: panne Date: Sat, 8 Jun 2002 13:11:27 +0000 (+0000) Subject: [project @ 2002-06-08 13:11:27 by panne] X-Git-Tag: nhc98-1-18-release~982 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a536df7bb2ec7be220b837e6d298225f25cecedb;p=haskell-directory.git [project @ 2002-06-08 13:11:27 by panne] Install HSbase3.o, too. NOTE: This is untested, but probably corrects the previous commit. --- diff --git a/Makefile b/Makefile index c2b9108..fab55a2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.30 2002/06/04 19:12:53 sof Exp $ +# $Id: Makefile,v 1.31 2002/06/08 13:11:27 panne Exp $ TOP=.. include $(TOP)/mk/boilerplate.mk @@ -92,7 +92,7 @@ DONT_WANT_STD_GHCI_LIB_RULE=YES GHCI_LIBOBJS = $(HS_OBJS) -INSTALL_LIBS += HSbase1.o HSbase2.o +INSTALL_LIBS += HSbase1.o HSbase2.o HSbase3.o endif # OBJECT_FILEFORMAT = PEi