[project @ 2001-07-05 13:01:14 by rrt]
[ghc-hetmet.git] / ghc / lib / std / cbits / Makefile
index 77e2e31..6111a9d 100644 (file)
@@ -1,9 +1,9 @@
-# $Id: Makefile,v 1.27 2001/05/18 21:19:11 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
@@ -15,4 +15,6 @@ endif
 # -----------------------------------------------------------------------------
 # Installation
 
+INSTALL_DATAS += lockFile.h
+
 include $(TOP)/mk/target.mk