From 0d683192fe0cb77bb721ecb68d3ddfc14c7702a9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Wed, 21 May 2008 20:37:19 +0200 Subject: [PATCH] make.pl: matches gcc-xx and g++-xx --- extras/buildsystem/make.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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(.*)/ || -- 2.39.5