diff options
author | Ian Lynagh <igloo@earth.li> | 2011-04-23 17:25:25 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-04-23 17:25:25 +0100 |
commit | 19e6c56f76a4069f8b4fe86d2b631dceb7b5e6c5 (patch) | |
tree | 6104001c0d7e0694fa4ab7ded6d23456e50fa8d7 | |
parent | 02c76a04093613960f8016fba07a8a6e59e7cd3b (diff) | |
download | haskell-19e6c56f76a4069f8b4fe86d2b631dceb7b5e6c5.tar.gz |
Remove now-unused BASH makefile variable
-rw-r--r-- | mk/config.mk.in | 3 |
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 |