[project @ 2001-07-05 13:01:14 by rrt]
[ghc-hetmet.git] / ghc / lib / std / cbits / Makefile
index 6c97dbd..6111a9d 100644 (file)
@@ -1,9 +1,9 @@
-# $Id: Makefile,v 1.28 2001/05/18 22:13:28 qrczak Exp $
+# $Id: Makefile,v 1.30 2001/07/05 13:01:16 rrt Exp $
 
 TOP = ../../..
 include $(TOP)/mk/boilerplate.mk
 
-HSLIB = std
+PACKAGE = std
 IS_CBITS_LIB = YES
 
 SRC_CC_OPTS += -Wall -DCOMPILING_STDLIB
@@ -12,4 +12,9 @@ ifeq "$(DLLized)" "YES"
 SRC_CC_OPTS += -dynamic
 endif
 
+# -----------------------------------------------------------------------------
+# Installation
+
+INSTALL_DATAS += lockFile.h
+
 include $(TOP)/mk/target.mk