From: sof Date: Fri, 17 Aug 2001 00:17:55 +0000 (+0000) Subject: [project @ 2001-08-17 00:17:55 by sof] X-Git-Tag: Approximately_9120_patches~1205 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=805507b1c5b24fbca290505c006770f24875a7d2;p=ghc-hetmet.git [project @ 2001-08-17 00:17:55 by sof] SRC_CC_OPTS: add GHC_{INCLUDE,RUNTIME}_DIR to include path --- diff --git a/ghc/lib/std/cbits/Makefile b/ghc/lib/std/cbits/Makefile index d1f55fb..b16e6d4 100644 --- a/ghc/lib/std/cbits/Makefile +++ b/ghc/lib/std/cbits/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.31 2001/07/13 13:40:26 rrt Exp $ +# $Id: Makefile,v 1.32 2001/08/17 00:17:55 sof Exp $ TOP = ../../.. include $(TOP)/mk/boilerplate.mk @@ -6,7 +6,7 @@ include $(TOP)/mk/boilerplate.mk PACKAGE = std IS_CBITS_LIB = YES -SRC_CC_OPTS += -Wall -DCOMPILING_STDLIB +SRC_CC_OPTS += -Wall -DCOMPILING_STDLIB -I$(GHC_INCLUDE_DIR) -I$(GHC_RUNTIME_DIR) ifeq "$(ILXized)" "YES" DLLized = YES