From: Ian Lynagh Date: Wed, 24 Nov 2010 14:04:55 +0000 (+0000) Subject: Remove an unused build system variable: GhcDir X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=1e70cb6e14de98a75207796a2fb8eb7de03ea779 Remove an unused build system variable: GhcDir --- diff --git a/mk/config.mk.in b/mk/config.mk.in index 38672af..495b251 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -472,8 +472,6 @@ ifneq "$(wildcard $(GHC).exe)" "" GHC := $(GHC).exe endif -GhcDir = $(dir $(GHC)) - # Sometimes we want to invoke ghc from the build tree in different # places (eg. it's handy to have a nofib & a ghc build in the same # tree). We can refer to "this ghc" as $(GHC_INPLACE):