Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@ Ian Phillipps <[email protected]>
Ichinose Shogo <[email protected]>
Ignasi Roca Carrió <[email protected]>
Igor Sutton <[email protected]>
Igor Todorovski <[email protected]>
Igor Zaytsev <[email protected]>
Ilmari Karonen <[email protected]>
Ilya Martynov <[email protected]>
Expand Down
5 changes: 5 additions & 0 deletions makedependfile.SH
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,11 @@ esac
$cppstdin -DPERL_CORE $finc -I. $cppflags $cppminus <UU/$file.c |
$sed \
-e '/^#.*<stdin>/d' \
-e '/^#.*<builtin>/d' \
-e '/^#.*<built-in>/d' \
-e '/^#.*<command line>/d' \
-e '/^#.*<command-line>/d' \
-e '/".*In file included from.*:/d' \'
-e '/^#.*"-"/d' \
-e '/^#.*git_version\.h/d' \
-e 's#\.[0-9][0-9]*\.c#'"$file.c#" \
Expand Down
Loading