diff --git a/ghc/lib/posix/Makefile b/ghc/lib/posix/Makefile
index b9c86f14c9a6af3b141bcbea5f52847f64458c75..a7273cb87ea4cf7d2a6dd60bdcb45fb522718bf8 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