From d3b0fe0858bc08a81c0ec68dd60f6b68f283b897 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= Date: Wed, 21 Nov 2012 04:23:42 +0100 Subject: Update from automake-1.12.5. --- compile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'compile') diff --git a/compile b/compile index 7b4a9a7e1e..718dc6d0bf 100755 --- a/compile +++ b/compile @@ -1,7 +1,7 @@ #! /bin/sh # Wrapper for compilers which do not understand '-c -o'. -scriptversion=2012-03-05.13; # UTC +scriptversion=2012-10-14.11; # UTC # Copyright (C) 1999-2012 Free Software Foundation, Inc. # Written by Tom Tromey . @@ -112,6 +112,11 @@ func_cl_dashl () lib=$dir/$lib.lib break fi + if test -f "$dir/lib$lib.a"; then + found=yes + lib=$dir/lib$lib.a + break + fi done IFS=$save_IFS -- cgit v1.2.3