From 308ebd84adf39e26dfdfd2acccdc1686f1834a18 Mon Sep 17 00:00:00 2001 From: panne Date: Sun, 17 Feb 2002 20:05:35 +0000 Subject: [PATCH] [project @ 2002-02-17 20:05:35 by panne] Install GHC.Prim interface file, too... *sigh* --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5f81619..945354d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.17 2002/02/14 14:08:25 simonmar Exp $ +# $Id: Makefile,v 1.18 2002/02/17 20:05:35 panne Exp $ TOP=.. include $(TOP)/mk/boilerplate.mk @@ -74,6 +74,7 @@ GHC/Prim.$(way_)hi : GHC/Prim.hi-boot cp $< $@ ALL_PRIMS = GHC/Prim.hi $(foreach way, $(WAYS), GHC/Prim.$(way)_hi) +INSTALL_DATAS_WITH_DIRS += GHC/Prim.$(way_)hi lib : $(ALL_PRIMS) -- 1.7.10.4