From: panne Date: Sun, 2 Dec 2001 15:47:08 +0000 (+0000) Subject: [project @ 2001-12-02 15:47:08 by panne] X-Git-Tag: Approximately_9120_patches~483 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d1255b8ff1125e6f081cc208189dbece66157d1f;p=ghc-hetmet.git [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... --- 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