From 423151c702a44b79d58d08068d2738558ebee691 Mon Sep 17 00:00:00 2001 From: qrczak Date: Fri, 18 May 2001 22:34:42 +0000 Subject: [PATCH] [project @ 2001-05-18 22:34:42 by qrczak] Install lockFile.h. --- ghc/lib/std/cbits/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ghc/lib/std/cbits/Makefile b/ghc/lib/std/cbits/Makefile index 6c97dbd..bcbf048 100644 --- a/ghc/lib/std/cbits/Makefile +++ b/ghc/lib/std/cbits/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.28 2001/05/18 22:13:28 qrczak Exp $ +# $Id: Makefile,v 1.29 2001/05/18 22:34:42 qrczak Exp $ TOP = ../../.. include $(TOP)/mk/boilerplate.mk @@ -12,4 +12,9 @@ ifeq "$(DLLized)" "YES" SRC_CC_OPTS += -dynamic endif +# ----------------------------------------------------------------------------- +# Installation + +INSTALL_DATAS += lockFile.h + include $(TOP)/mk/target.mk -- 1.7.10.4