diff options
author | Simon Marlow <simonmar@microsoft.com> | 2006-04-07 04:17:58 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2006-04-07 04:17:58 +0000 |
commit | d130c8bdf774b7be7b7e42094317a1cc172265b5 (patch) | |
tree | 2aaf971a7fb64b6bf7b7f266780ac676089f5c60 /cbits | |
parent | 5e71f6609622001a45205e7b331591cffa233118 (diff) |
Track the GHC source tree reoganisation
Diffstat (limited to 'cbits')
-rw-r--r-- | cbits/Makefile | 2 |
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) |