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

Comparing ircd-hybrid/trunk/depcomp (file contents):
Revision 1730 by michael, Sun Jan 6 11:27:11 2013 UTC vs.
Revision 2228 by michael, Thu Jun 13 19:46:30 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)