Remove an unused build system variable: GhcDir
authorIan Lynagh <igloo@earth.li>
Wed, 24 Nov 2010 14:04:55 +0000 (14:04 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 24 Nov 2010 14:04:55 +0000 (14:04 +0000)
mk/config.mk.in

index 38672af..495b251 100644 (file)
@@ -472,8 +472,6 @@ ifneq "$(wildcard $(GHC).exe)" ""
 GHC := $(GHC).exe
 endif
 
 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):
 # 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):