aboutsummaryrefslogtreecommitdiffhomepage
path: root/cbits
diff options
context:
space:
mode:
authorGravatar Simon Marlow <simonmar@microsoft.com>2006-04-07 04:17:58 +0000
committerGravatar Simon Marlow <simonmar@microsoft.com>2006-04-07 04:17:58 +0000
commitd130c8bdf774b7be7b7e42094317a1cc172265b5 (patch)
tree2aaf971a7fb64b6bf7b7f266780ac676089f5c60 /cbits
parent5e71f6609622001a45205e7b331591cffa233118 (diff)
Track the GHC source tree reoganisation
Diffstat (limited to 'cbits')
-rw-r--r--cbits/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cbits/Makefile b/cbits/Makefile
index e23cd2f..824907e 100644
--- a/cbits/Makefile
+++ b/cbits/Makefile
@@ -4,7 +4,7 @@ include $(TOP)/mk/boilerplate.mk
HC = $(GHC_INPLACE)
SRC_CC_OPTS += -Wall
-SRC_CC_OPTS += -I$(GHC_INCLUDE_DIR) -I$(GHC_RUNTIME_DIR) -I../include
+SRC_CC_OPTS += -I$(GHC_INCLUDE_DIR) -I$(GHC_RTS_DIR) -I../include
LIBRARY = libHSunix_cbits.a
LIBOBJS = $(C_OBJS)