[project @ 2005-02-01 00:52:20 by ross]
[ghc-base.git] / cbits / Makefile
index 0bf0133..b1bbba6 100644 (file)
@@ -1,7 +1,8 @@
-# $Id: Makefile,v 1.12 2004/09/29 15:50:51 simonmar Exp $
+# $Id: Makefile,v 1.14 2005/02/01 00:52:22 ross Exp $
 
 TOP = ../..
 include $(TOP)/mk/boilerplate.mk
+-include ../config.mk
 
 HC = $(GHC_INPLACE)
 
@@ -14,8 +15,6 @@ SRC_CC_OPTS   += -Iregex
 EXCLUDED_SRCS += regex/engine.c
 endif
 
-EXCLUDED_SRCS += rawSystem.c
-
 ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
 EXCLUDED_SRCS += consUtils.c
 endif