[project @ 1998-02-20 13:23:46 by simonm]
authorsimonm <unknown>
Fri, 20 Feb 1998 13:23:46 +0000 (13:23 +0000)
committersimonm <unknown>
Fri, 20 Feb 1998 13:23:46 +0000 (13:23 +0000)
remove spurious reference to GHC.hi (probably a cut-and-paste-o).

ghc/lib/posix/Makefile

index b9c86f1..a7273cb 100644 (file)
@@ -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