diff options
author | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2006-07-25 18:42:26 +0000 |
---|---|---|
committer | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2006-07-25 18:42:26 +0000 |
commit | cf14425e2bd169ce935f76d359f3253b51e441a0 (patch) | |
tree | 9ab97e092c3c79393665e14529f8a6168dfde7cd /makedepend.SH | |
parent | 258f5789675fecd0938621313c9be14e88da9ad4 (diff) | |
download | perl-cf14425e2bd169ce935f76d359f3253b51e441a0.tar.gz |
Very recent development versions of gcc (4.2.0 20060715) seem
to have switched from '<command line>' to '<command-line>'.
p4raw-id: //depot/perl@28615
Diffstat (limited to 'makedepend.SH')
-rwxr-xr-x | makedepend.SH | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makedepend.SH b/makedepend.SH index 688f65602e..8328f64971 100755 --- a/makedepend.SH +++ b/makedepend.SH @@ -167,6 +167,7 @@ for file in `$cat .clist`; do -e '/^#.*<builtin>/d' \ -e '/^#.*<built-in>/d' \ -e '/^#.*<command line>/d' \ + -e '/^#.*<command-line>/d' \ -e '/^#.*"-"/d' \ -e '/: file path prefix .* never used$/d' \ -e 's#\.[0-9][0-9]*\.c#'"$file.c#" \ |