[project @ 2001-12-27 11:29:58 by sof]
[ghc-hetmet.git] / ghc / lib / std / cbits / Makefile
index b16e6d4..3ea2666 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.32 2001/08/17 00:17:55 sof Exp $
+# $Id: Makefile,v 1.34 2001/12/02 15:47:08 panne Exp $
 
 TOP = ../../..
 include $(TOP)/mk/boilerplate.mk
@@ -12,12 +12,12 @@ ifeq "$(ILXized)" "YES"
 DLLized = YES
 C_SRCS += $(FPTOOLS_TOP)/ghc/rts/StgPrimFloat.c
 else
-C_SRCS := $(filter-out ilxstubs.c,$(C_SRCS))
+EXCLUDED_SRCS += ilxstubs.c
 endif
 
 # -----------------------------------------------------------------------------
 # Installation
 
-INSTALL_DATAS += lockFile.h
+INSTALL_DATAS += HsStd.h lockFile.h
 
 include $(TOP)/mk/target.mk