We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876dbe0 commit ac99ac6Copy full SHA for ac99ac6
makedepend_file.SH
@@ -135,6 +135,11 @@ esac
135
$cppstdin -DPERL_CORE $finc -I. $cppflags $cppminus <UU/$file.c |
136
$sed \
137
-e '/^#.*<stdin>/d' \
138
+ -e '/^#.*<builtin>/d' \
139
+ -e '/^#.*<built-in>/d' \
140
+ -e '/^#.*<command line>/d' \
141
+ -e '/^#.*<command-line>/d' \
142
+ -e '/".*In file included from.*:/d' \'
143
-e '/^#.*"-"/d' \
144
-e '/^#.*git_version\.h/d' \
145
-e 's#\.[0-9][0-9]*\.c#'"$file.c#" \
0 commit comments