diff options
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/perl5/files/patch-ag | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/perl5/files/patch-ag b/japanese/perl5/files/patch-ag index 7d4cc5d46407..ff337f2df958 100644 --- a/japanese/perl5/files/patch-ag +++ b/japanese/perl5/files/patch-ag @@ -8,12 +8,13 @@ *) $touch $firstmakefile ;; esac fi -@@ -129,6 +130,8 @@ +@@ -129,6 +130,9 @@ $cppstdin $finc -I. $cppflags $cppminus <UU/$file.c | $sed \ -e '/^#.*<stdin>/d' \ + -e '/^#.*<built-in>/d' \ + -e '/^#.*<command line>/d' \ ++ -e '/^#.*<command-line>/d' \ -e '/^#.*"-"/d' \ -e 's#\.[0-9][0-9]*\.c#'"$file.c#" \ -e 's/^[ ]*#[ ]*line/#/' \ |