Skip to content
Snippets Groups Projects
Commit 0fb44a75 authored by sof's avatar sof
Browse files

[project @ 1997-03-25 21:21:56 by sof]

Include GHC.27317(way_)hi in HS_IFACES
parent b25c2620
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment