[project @ 2000-07-09 16:06:28 by panne]
authorpanne <unknown>
Sun, 9 Jul 2000 16:06:28 +0000 (16:06 +0000)
committerpanne <unknown>
Sun, 9 Jul 2000 16:06:28 +0000 (16:06 +0000)
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

index ed3f0c8..44d1ac2 100644 (file)
@@ -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