Explicitly check whether ar supports the @file syntax
[ghc-hetmet.git] / mk / config.mk.in
index db21b14..9da1946 100644 (file)
@@ -563,7 +563,7 @@ DLLTOOL                     = inplace/mingw/bin/dlltool.exe
 AR                     = @ArCmd@
 AR_OPTS                        = @ArArgs@
 ArSupportsInput                = @ArSupportsInput@
-ArIsGNUAr = @ArIsGNUAr@
+ArSupportsAtFile = @ArSupportsAtFile@
 # Yuckage: for ghc/utils/parallel -- todo: nuke this dependency!!
 BASH                    = /usr/local/bin/bash