projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb89c37
)
Remove an unused build system variable: GhcDir
author
Ian Lynagh
<igloo@earth.li>
Wed, 24 Nov 2010 14:04:55 +0000
(14:04 +0000)
committer
Ian Lynagh
<igloo@earth.li>
Wed, 24 Nov 2010 14:04:55 +0000
(14:04 +0000)
mk/config.mk.in
patch
|
blob
|
history
diff --git
a/mk/config.mk.in
b/mk/config.mk.in
index
38672af
..
495b251
100644
(file)
--- 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):