[project @ 2005-01-31 21:07:15 by panne]
[ghc-base.git] / cbits / Makefile
index 2a6ac7d..9001b89 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.10 2004/08/16 11:07:31 simonmar Exp $
+# $Id: Makefile,v 1.13 2004/11/10 11:27:54 simonmar Exp $
 
 TOP = ../..
 include $(TOP)/mk/boilerplate.mk
@@ -14,14 +14,12 @@ SRC_CC_OPTS   += -Iregex
 EXCLUDED_SRCS += regex/engine.c
 endif
 
-EXCLUDED_SRCS += ilxstubs.c
-
 ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
 EXCLUDED_SRCS += consUtils.c
 endif
 
 SRC_CC_OPTS += -Wall -DCOMPILING_STDLIB 
-SRC_CC_OPTS += -I$(GHC_RUNTIME_DIR) -I../include
+SRC_CC_OPTS += -I$(GHC_INCLUDE_DIR) -I$(GHC_RUNTIME_DIR) -I../include
 
 LIBRARY = libHSbase_cbits.a
 LIBOBJS = $(C_OBJS)