From: panne Date: Sun, 9 Jul 2000 16:06:28 +0000 (+0000) Subject: [project @ 2000-07-09 16:06:28 by panne] X-Git-Tag: Approximately_9120_patches~4051 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=7f8d266e66b063c1a7477d80d82aa8f2c4e198e2;p=ghc-hetmet.git [project @ 2000-07-09 16:06:28 by panne] Install HsStd.h, stgio.h, stgerror.h, and fileObject.h, too. Hmmm, this looks not particularly nice, perhaps we should merge those into a single HsStd.h some day. --- diff --git a/ghc/lib/std/cbits/Makefile b/ghc/lib/std/cbits/Makefile index ed3f0c8..44d1ac2 100644 --- a/ghc/lib/std/cbits/Makefile +++ b/ghc/lib/std/cbits/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.21 2000/07/04 09:33:43 simonmar Exp $ +# $Id: Makefile,v 1.22 2000/07/09 16:06:28 panne Exp $ TOP = ../../.. include $(TOP)/mk/boilerplate.mk @@ -52,4 +52,7 @@ INSTALL_LIBS += $(patsubst %.a, %_imp.a, $(LIBRARY)) endif endif +override datadir:=$(libdir)/includes +INSTALL_DATAS += HsStd.h stgio.h stgerror.h fileObject.h + include $(TOP)/mk/target.mk