From 3506688bb3aa6b00543a7cf5e63c664d32c159db Mon Sep 17 00:00:00 2001 From: simonm Date: Fri, 20 Feb 1998 13:23:46 +0000 Subject: [PATCH] [project @ 1998-02-20 13:23:46 by simonm] remove spurious reference to GHC.hi (probably a cut-and-paste-o). --- ghc/lib/posix/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/lib/posix/Makefile b/ghc/lib/posix/Makefile index b9c86f1..a7273cb 100644 --- a/ghc/lib/posix/Makefile +++ b/ghc/lib/posix/Makefile @@ -19,7 +19,7 @@ endif LIBRARY = libHSposix$(_way).a HS_SRCS = $(wildcard *.lhs) LIBOBJS = $(HS_OBJS) -HS_IFACES= $(HS_SRCS:.lhs=.$(way_)hi) GHC.$(way_)hi +HS_IFACES= $(HS_SRCS:.lhs=.$(way_)hi) #----------------------------------------------------------------------------- # Setting the GHC compile options -- 1.7.10.4