Commit 0d683192 authored by Rafaël Carré's avatar Rafaël Carré

make.pl: matches gcc-xx and g++-xx

parent 2b58a805
...@@ -36,9 +36,9 @@ while(<STDIN>) ...@@ -36,9 +36,9 @@ while(<STDIN>)
$line =~ /^touch.*/ || $line =~ /^touch.*/ ||
$line =~ /^srcdir=.*/ || $line =~ /^srcdir=.*/ ||
$line =~ /^.* (lib[A-z0-9-_]*plugin.so).*/ || $line =~ /^.* (lib[A-z0-9-_]*plugin.so).*/ ||
$line =~ /^\s*gcc\s-std=.*/ || $line =~ /^\s*gcc(-.*)?\s-std=.*/ ||
$line =~ /^\sgcc\s-mmacosx.*/ || $line =~ /^\sgcc(-.*)?\s-mmacosx.*/ ||
$line =~ /^\sg\+\+\s.*/ || $line =~ /^\sg\+\+(-.*)?\s.*/ ||
# $line =~ /^.*moc.*/ || # $line =~ /^.*moc.*/ ||
$line =~ /^.*libtool.*\-o\s(lib.*\.la).*/ || $line =~ /^.*libtool.*\-o\s(lib.*\.la).*/ ||
$line =~ /^.*rm\s\-f\s(.*)/ || $line =~ /^.*rm\s\-f\s(.*)/ ||
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment