Remove unused ArSupportsInput makefile var
[ghc-hetmet.git] / mk / config.mk.in
index 0a803f0..f0a142f 100644 (file)
@@ -597,7 +597,6 @@ DLLTOOL                     = inplace/mingw/bin/dlltool.exe
 
 AR                     = @ArCmd@
 AR_OPTS                        = @ArArgs@
-ArSupportsInput                = @ArSupportsInput@
 ArSupportsAtFile = @ArSupportsAtFile@
 
 AR_STAGE0 = $(AR)
@@ -605,9 +604,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