From 805507b1c5b24fbca290505c006770f24875a7d2 Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 17 Aug 2001 00:17:55 +0000 Subject: [PATCH] [project @ 2001-08-17 00:17:55 by sof] SRC_CC_OPTS: add GHC_{INCLUDE,RUNTIME}_DIR to include path --- ghc/lib/std/cbits/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4