# HG changeset patch # User Karl Berry # Date 1283348593 25200 # Node ID 48942856d1d08065fae280c48ed7c773bb9e197e # Parent f2950e7881621a7b2e46bcbf3172cf9c91bf1c41 autoupdate diff --git a/build-aux/compile b/build-aux/compile --- a/build-aux/compile +++ b/build-aux/compile @@ -1,7 +1,7 @@ #! /bin/sh # Wrapper for compilers which do not understand `-c -o'. -scriptversion=2010-08-16.11; # UTC +scriptversion=2010-08-31.19; # UTC # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009, 2010 Free Software # Foundation, Inc. @@ -142,7 +142,7 @@ set x "$@" -Tp"$file" shift ;; - *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib) + *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO]) func_file_conv "$1" mingw set x "$@" "$file" shift