summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-04-23 17:25:25 +0100
committerIan Lynagh <igloo@earth.li>2011-04-23 17:25:25 +0100
commit19e6c56f76a4069f8b4fe86d2b631dceb7b5e6c5 (patch)
tree6104001c0d7e0694fa4ab7ded6d23456e50fa8d7
parent02c76a04093613960f8016fba07a8a6e59e7cd3b (diff)
downloadhaskell-19e6c56f76a4069f8b4fe86d2b631dceb7b5e6c5.tar.gz
Remove now-unused BASH makefile variable
-rw-r--r--mk/config.mk.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in
index 0a803f06db..43f8e26860 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -605,9 +605,6 @@ AR_STAGE1 = $(AR)
AR_STAGE2 = $(AR)
AR_STAGE3 = $(AR)
-# Yuckage: for ghc/utils/parallel -- todo: nuke this dependency!!
-BASH = /usr/local/bin/bash
-
CONTEXT_DIFF = @ContextDiffCmd@
CP = cp
# It's not easy to separate the CPP program from its flags, as