From: sof Date: Tue, 25 Mar 1997 21:21:56 +0000 (+0000) Subject: [project @ 1997-03-25 21:21:56 by sof] X-Git-Tag: Approximately_1000_patches_recorded~710 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=0fb44a75439eda75aa783b497c2e00756ddd477d;p=ghc-hetmet.git [project @ 1997-03-25 21:21:56 by sof] Include GHC.27317(way_)hi in HS_IFACES --- diff --git a/ghc/lib/Makefile b/ghc/lib/Makefile index cb4dea2..35ae3b4 100644 --- a/ghc/lib/Makefile +++ b/ghc/lib/Makefile @@ -4,7 +4,7 @@ # # Makefile for building the GHC Prelude libraries umpteen ways # -# $Id: Makefile,v 1.7 1997/03/20 17:32:01 sof Exp $ +# $Id: Makefile,v 1.8 1997/03/25 21:21:56 sof Exp $ # # ################################################################################# @@ -31,7 +31,7 @@ LIBRARY = libHS$(_way).a HS_SRCS = $(foreach d, $(LIB_DIRS), $(wildcard $(d)/*.lhs)) HS_OBJS = $(HS_SRCS:.lhs=.$(way_)o) LIBOBJS = $(HS_OBJS) -HS_IFACES= $(HS_SRCS:.lhs=.$(way_)hi) ghc/GHC.hi +HS_IFACES= $(HS_SRCS:.lhs=.$(way_)hi) ghc/GHC.$(way_)hi #----------------------------------------------------------------------------- # Setting the GHC compile options