summaryrefslogtreecommitdiff
path: root/build-aux/depcomp
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-06-07 06:44:05 -0700
committerKarl Berry <karl@freefriends.org>2013-06-07 06:44:05 -0700
commit9be0b54cb42e404e3e355c800b23537416acbc1f (patch)
treedaed02ebc5d7f6b7e76e37e4149d20ac2f369ddb /build-aux/depcomp
parent439b0e925f9ffb6fe58481717def708af96a9321 (diff)
downloadgnulib-9be0b54cb42e404e3e355c800b23537416acbc1f.tar.gz
autoupdate
Diffstat (limited to 'build-aux/depcomp')
-rwxr-xr-xbuild-aux/depcomp3
1 files changed, 2 insertions, 1 deletions
diff --git a/build-aux/depcomp b/build-aux/depcomp
index 91d4bf8371..31788017b8 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=2012-10-18.11; # UTC
+scriptversion=2013-05-30.07; # UTC
# Copyright (C) 1999-2013 Free Software Foundation, Inc.
@@ -517,6 +517,7 @@ $ {
G
p
}' >> "$depfile"
+ echo >> "$depfile" # make sure the fragment doesn't end with a backslash
rm -f "$tmpdepfile"
;;