From f4d5a3ffe8ccafec95760d920eaf9e209c189ffc Mon Sep 17 00:00:00 2001 From: panne Date: Sat, 4 Dec 1999 21:47:33 +0000 Subject: [PATCH] [project @ 1999-12-04 21:47:33 by panne] Install an interface file for PrelGHC, too. --- ghc/lib/std/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/lib/std/Makefile b/ghc/lib/std/Makefile index 9348784..ac33ac7 100644 --- a/ghc/lib/std/Makefile +++ b/ghc/lib/std/Makefile @@ -136,6 +136,6 @@ INSTALL_PROGS += $(DLL_NAME) INSTALL_LIBS += $(patsubst %.a, %_imp.a, $(LIBRARY)) PrelMain.dll_o INSTALL_DATAS += dLL_ifs.hi endif -INSTALL_DATAS += $(HS_IFACES) +INSTALL_DATAS += $(HS_IFACES) PrelGHC.$(way_)hi include $(TOP)/mk/target.mk -- 1.7.10.4