From 0fb44a75439eda75aa783b497c2e00756ddd477d Mon Sep 17 00:00:00 2001 From: sof Date: Tue, 25 Mar 1997 21:21:56 +0000 Subject: [PATCH] [project @ 1997-03-25 21:21:56 by sof] Include GHC.27317(way_)hi in HS_IFACES --- ghc/lib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4