summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-09-01 06:43:13 -0700
committerKarl Berry <karl@freefriends.org>2010-09-01 06:43:13 -0700
commit89c0f8b3c26bc3a218969bda3d7116a0528409c8 (patch)
tree50592352f13ecbbfaeb2b2ddd66d75b2614e97e6 /build-aux
parent46b38daf76510969408b779cd4998ad3eb92f492 (diff)
downloadgnulib-89c0f8b3c26bc3a218969bda3d7116a0528409c8.tar.gz
autoupdate
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/compile4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/compile b/build-aux/compile
index b6419cecf9..77f8f31763 100755
--- 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 @@ func_cl_wrapper ()
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