[project @ 2001-12-02 15:47:08 by panne]
authorpanne <unknown>
Sun, 2 Dec 2001 15:47:08 +0000 (15:47 +0000)
committerpanne <unknown>
Sun, 2 Dec 2001 15:47:08 +0000 (15:47 +0000)
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

index c5f8d54..3ea2666 100644 (file)
@@ -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