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

Comparing:
ircd-hybrid/trunk/depcomp (file contents), Revision 1720 by michael, Fri Dec 28 21:06:21 2012 UTC vs.
ircd-hybrid/branches/8.2.x/depcomp (file contents), Revision 8316 by michael, Wed Feb 28 17:48:39 2018 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=2016-01-11.22; # UTC
5  
6 < # Copyright (C) 1999-2012 Free Software Foundation, Inc.
6 > # Copyright (C) 1999-2017 Free Software Foundation, Inc.
7  
8   # This program is free software; you can redistribute it and/or modify
9   # it under the terms of the GNU General Public License as published by
# 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  
# Line 785 | Line 786 | exit 0
786   # eval: (add-hook 'write-file-hooks 'time-stamp)
787   # time-stamp-start: "scriptversion="
788   # time-stamp-format: "%:y-%02m-%02d.%02H"
789 < # time-stamp-time-zone: "UTC"
789 > # time-stamp-time-zone: "UTC0"
790   # time-stamp-end: "; # UTC"
791   # End:

Diff Legend

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