From: simonm Date: Fri, 20 Feb 1998 13:23:46 +0000 (+0000) Subject: [project @ 1998-02-20 13:23:46 by simonm] X-Git-Tag: Approx_2487_patches~944 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=3506688bb3aa6b00543a7cf5e63c664d32c159db;p=ghc-hetmet.git [project @ 1998-02-20 13:23:46 by simonm] remove spurious reference to GHC.hi (probably a cut-and-paste-o). --- 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