From d1255b8ff1125e6f081cc208189dbece66157d1f Mon Sep 17 00:00:00 2001 From: panne Date: Sun, 2 Dec 2001 15:47:08 +0000 Subject: [PATCH] [project @ 2001-12-02 15:47:08 by panne] Hmmm, we probably should install HsStd.h, too. PackageSrc.hs mentions it, and "make boot" in ghc/utils/hsc2hs fails without it. Perhaps this should be fixed differently, but I can't figure out how to do this correctly... --- ghc/lib/std/cbits/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/lib/std/cbits/Makefile b/ghc/lib/std/cbits/Makefile index c5f8d54..3ea2666 100644 --- a/ghc/lib/std/cbits/Makefile +++ b/ghc/lib/std/cbits/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.33 2001/08/17 10:10:15 rrt Exp $ +# $Id: Makefile,v 1.34 2001/12/02 15:47:08 panne Exp $ TOP = ../../.. include $(TOP)/mk/boilerplate.mk @@ -18,6 +18,6 @@ endif # ----------------------------------------------------------------------------- # Installation -INSTALL_DATAS += lockFile.h +INSTALL_DATAS += HsStd.h lockFile.h include $(TOP)/mk/target.mk -- 1.7.10.4