ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.1.x/depcomp
(Generate patch)

Comparing ircd-hybrid/branches/8.1.x/depcomp (file contents):
Revision 1867 by michael, Thu Apr 25 18:01:53 2013 UTC vs.
Revision 2177 by michael, Mon Jun 3 23:56:22 2013 UTC

# Line 1 | Line 1
1   #! /bin/sh
2   # depcomp - compile a program generating dependencies as side-effects
3  
4 < scriptversion=2012-10-18.11; # UTC
4 > scriptversion=2013-05-30.07; # UTC
5  
6   # Copyright (C) 1999-2013 Free Software Foundation, Inc.
7  
# Line 552 | Line 552 | $ {
552    G
553    p
554   }' >> "$depfile"
555 +  echo >> "$depfile" # make sure the fragment doesn't end with a backslash
556    rm -f "$tmpdepfile"
557    ;;
558  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)