From: Rafaël Carré Date: Wed, 21 May 2008 18:37:19 +0000 (+0200) Subject: make.pl: matches gcc-xx and g++-xx X-Git-Tag: 0.9.0-test0~834 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=0d683192fe0cb77bb721ecb68d3ddfc14c7702a9;p=vlc make.pl: matches gcc-xx and g++-xx --- diff --git a/extras/buildsystem/make.pl b/extras/buildsystem/make.pl index d770d70d28..47e4200a9f 100755 --- a/extras/buildsystem/make.pl +++ b/extras/buildsystem/make.pl @@ -36,9 +36,9 @@ while() $line =~ /^touch.*/ || $line =~ /^srcdir=.*/ || $line =~ /^.* (lib[A-z0-9-_]*plugin.so).*/ || - $line =~ /^\s*gcc\s-std=.*/ || - $line =~ /^\sgcc\s-mmacosx.*/ || - $line =~ /^\sg\+\+\s.*/ || + $line =~ /^\s*gcc(-.*)?\s-std=.*/ || + $line =~ /^\sgcc(-.*)?\s-mmacosx.*/ || + $line =~ /^\sg\+\+(-.*)?\s.*/ || # $line =~ /^.*moc.*/ || $line =~ /^.*libtool.*\-o\s(lib.*\.la).*/ || $line =~ /^.*rm\s\-f\s(.*)/ ||