From 18b63b9dc04fa4c8d07771fe5f9ddad648f4aed7 Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 16 Jul 2001 15:46:09 +0000 Subject: [PATCH] [project @ 2001-07-16 15:46:09 by sof] GHC_INCLUDES => GHC_INCLUDE_DIR --- ghc/compiler/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 60d6ffe..5576a79 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.174 2001/07/10 14:25:24 rrt Exp $ +# $Id: Makefile,v 1.175 2001/07/16 15:46:09 sof Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -180,7 +180,7 @@ DESTDIR = $(INSTALL_LIBRARY_DIR_GHC) # Big Fudge to get around inherent problem that Makefile setup # has got with 'mkdependC'. # -SRC_MKDEPENDC_OPTS += -D__GLASGOW_HASKELL__=$(ProjectVersionInt) -I$(GHC_INCLUDES) +SRC_MKDEPENDC_OPTS += -D__GLASGOW_HASKELL__=$(ProjectVersionInt) -I$(GHC_INCLUDE_DIR) # ----------------------------------------------------------------------------- # Haskell compilations -- 1.7.10.4