From: panne Date: Sat, 4 Dec 1999 21:47:33 +0000 (+0000) Subject: [project @ 1999-12-04 21:47:33 by panne] X-Git-Tag: Approximately_9120_patches~5429 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f4d5a3ffe8ccafec95760d920eaf9e209c189ffc;p=ghc-hetmet.git [project @ 1999-12-04 21:47:33 by panne] Install an interface file for PrelGHC, too. --- 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