From: sof Date: Mon, 16 Jul 2001 15:46:09 +0000 (+0000) Subject: [project @ 2001-07-16 15:46:09 by sof] X-Git-Tag: Approximately_9120_patches~1534 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=18b63b9dc04fa4c8d07771fe5f9ddad648f4aed7;p=ghc-hetmet.git [project @ 2001-07-16 15:46:09 by sof] GHC_INCLUDES => GHC_INCLUDE_DIR --- 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