From 7f8d266e66b063c1a7477d80d82aa8f2c4e198e2 Mon Sep 17 00:00:00 2001 From: panne <unknown> Date: Sun, 9 Jul 2000 16:06:28 +0000 Subject: [PATCH] [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. --- ghc/lib/std/cbits/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc/lib/std/cbits/Makefile b/ghc/lib/std/cbits/Makefile index ed3f0c8b81d1..44d1ac22f891 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 -- GitLab