From fe963f685825b62e7c3738011fcce1317bad064a Mon Sep 17 00:00:00 2001 From: simonm Date: Fri, 20 Feb 1998 13:25:37 +0000 Subject: [PATCH] [project @ 1998-02-20 13:25:37 by simonm] cut-n-paste-o. --- ghc/lib/concurrent/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) #----------------------------------------------------------------------------- -- 1.7.10.4