[project @ 2005-01-31 21:07:15 by panne]
[ghc-base.git] / cbits / Makefile
index c110e30..9001b89 100644 (file)
@@ -1,18 +1,19 @@
-# $Id: Makefile,v 1.8 2002/07/18 22:01:07 sof Exp $
+# $Id: Makefile,v 1.13 2004/11/10 11:27:54 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
 SRC_CC_OPTS   += -Iregex
 EXCLUDED_SRCS += regex/engine.c
 endif
 
-EXCLUDED_SRCS += ilxstubs.c
-
 ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
 EXCLUDED_SRCS += consUtils.c
 endif