summaryrefslogtreecommitdiff
path: root/build-aux/depcomp
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-07-09 16:31:39 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-07-09 16:31:39 +0000
commitbc4413f314c36be586f557ade37cd92257828fac (patch)
treeb5306aaa4c856ce366344fb5fed926cb7c419c11 /build-aux/depcomp
parent5bf19ea1565c4f9613c838f0cd57feb5e2391338 (diff)
downloadgnulib-bc4413f314c36be586f557ade37cd92257828fac.tar.gz
Sync from upstream.
Diffstat (limited to 'build-aux/depcomp')
-rwxr-xr-xbuild-aux/depcomp4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/depcomp b/build-aux/depcomp
index 4e7b1bda7b..ffe5461bde 100755
--- a/build-aux/depcomp
+++ b/build-aux/depcomp
@@ -1,7 +1,7 @@
#! /bin/sh
# depcomp - compile a program generating dependencies as side-effects
-scriptversion=2006-05-10.23
+scriptversion=2006-07-09.11
# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006 Free Software
# Foundation, Inc.
@@ -335,7 +335,7 @@ tru64)
#
# With libtool 1.5 this exception was removed, and libtool now
# generates 2 separate objects for the 2 libraries. These two
- # compilations output dependencies in in $dir.libs/$base.o.d and
+ # compilations output dependencies in $dir.libs/$base.o.d and
# in $dir$base.o.d. We have to check for both files, because
# one of the two compilations can be disabled. We should prefer
# $dir$base.o.d over $dir.libs/$base.o.d because the latter is