summaryrefslogtreecommitdiff
path: root/depcomp
diff options
context:
space:
mode:
Diffstat (limited to 'depcomp')
-rwxr-xr-xdepcomp5
1 files changed, 2 insertions, 3 deletions
diff --git a/depcomp b/depcomp
index fc98710e2a1df..06b0882dd0793 100755
--- a/depcomp
+++ b/depcomp
@@ -1,9 +1,9 @@
#! /bin/sh
# depcomp - compile a program generating dependencies as side-effects
-scriptversion=2013-05-30.07; # UTC
+scriptversion=2012-10-18.11; # UTC
-# Copyright (C) 1999-2014 Free Software Foundation, Inc.
+# Copyright (C) 1999-2013 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -552,7 +552,6 @@ $ {
G
p
}' >> "$depfile"
- echo >> "$depfile" # make sure the fragment doesn't end with a backslash
rm -f "$tmpdepfile"
;;