From: simonm Date: Fri, 20 Feb 1998 13:25:37 +0000 (+0000) Subject: [project @ 1998-02-20 13:25:37 by simonm] X-Git-Tag: Approx_2487_patches~942 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=fe963f685825b62e7c3738011fcce1317bad064a;p=ghc-hetmet.git [project @ 1998-02-20 13:25:37 by simonm] cut-n-paste-o. --- diff --git a/ghc/lib/concurrent/Makefile b/ghc/lib/concurrent/Makefile index 5b3c39e..17bc381 100644 --- a/ghc/lib/concurrent/Makefile +++ b/ghc/lib/concurrent/Makefile @@ -14,7 +14,7 @@ LIBRARY = libHSconc$(_way).a HS_SRCS = $(wildcard *.lhs) HS_OBJS = $(HS_SRCS:.lhs=.$(way_)o) LIBOBJS = $(HS_OBJS) -HS_IFACES= $(HS_SRCS:.lhs=.$(way_)hi) GHC.$(way_)hi +HS_IFACES= $(HS_SRCS:.lhs=.$(way_)hi) #-----------------------------------------------------------------------------