Remove unused ArSupportsInput makefile var
[ghc-hetmet.git] / mk / config.mk.in
index 4d61a35..f0a142f 100644 (file)
@@ -597,10 +597,12 @@ DLLTOOL                   = inplace/mingw/bin/dlltool.exe
 
 AR                     = @ArCmd@
 AR_OPTS                        = @ArArgs@
-ArSupportsInput                = @ArSupportsInput@
 ArSupportsAtFile = @ArSupportsAtFile@
-# Yuckage: for ghc/utils/parallel -- todo: nuke this dependency!!
-BASH                    = /usr/local/bin/bash
+
+AR_STAGE0 = $(AR)
+AR_STAGE1 = $(AR)
+AR_STAGE2 = $(AR)
+AR_STAGE3 = $(AR)
 
 CONTEXT_DIFF           = @ContextDiffCmd@
 CP                     = cp