[project @ 2004-11-06 10:45:46 by panne]
[ghc-base.git] / cbits / Makefile
index dd6a6ae..0bf0133 100644 (file)
@@ -1,10 +1,12 @@
-# $Id: Makefile,v 1.9 2003/10/20 13:16:58 simonmar Exp $
+# $Id: Makefile,v 1.12 2004/09/29 15:50:51 simonmar Exp $
 
 TOP = ../..
 include $(TOP)/mk/boilerplate.mk
 
 HC = $(GHC_INPLACE)
 
+UseGhcForCc = YES
+
 # If there is no system-supplied POSIX regex library, use our own
 ifneq "$(HavePosixRegex)" "YES"
 ALL_DIRS      += regex
@@ -12,7 +14,7 @@ SRC_CC_OPTS   += -Iregex
 EXCLUDED_SRCS += regex/engine.c
 endif
 
-EXCLUDED_SRCS += ilxstubs.c
+EXCLUDED_SRCS += rawSystem.c
 
 ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
 EXCLUDED_SRCS += consUtils.c