X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=bin%2Fblhc;h=d6e269091878869dbe8ab371ae954913003af2e8;hp=fba278fde270a625a817e33512a4e6658d5e8aec;hb=c4814aa2ad8a7a35e71839347b7fae2507be2ded;hpb=5fa7a26d171b5557884db3906ec13de46ab35449 diff --git a/bin/blhc b/bin/blhc index fba278f..d6e2690 100755 --- a/bin/blhc +++ b/bin/blhc @@ -53,7 +53,7 @@ my $cc_regex_normal = qr/ my $warning_regex = qr/^(.+?):(\d+):\d+: warning: (.+?) \[(.+?)\]$/; # Regex to catch libtool commands and not lines which show commands executed # by libtool (e.g. libtool: link: ...). -my $libtool_regex = qr/\blibtool\s.*--mode=/; +my $libtool_regex = qr/\blibtool["']?\s.*--mode=/; my $libtool_link_regex = qr/\blibtool: link: /; # List of source file extensions which require preprocessing.