Don't replace whole AR line
This commit is contained in:
parent
23a4ccd178
commit
8c6dd96aed
1 changed files with 1 additions and 1 deletions
|
@ -1508,7 +1508,7 @@ while (<IN>)
|
|||
}
|
||||
else {
|
||||
s/^CC=.*$/CC= $cc/;
|
||||
s/^AR=.*/AR= $ar/;
|
||||
s/^AR=\s*ar/AR= $ar/;
|
||||
s/^RANLIB=.*/RANLIB= $ranlib/;
|
||||
}
|
||||
s/^MAKEDEPPROG=.*$/MAKEDEPPROG= $cc/ if $cc eq "gcc";
|
||||
|
|
Loading…
Reference in a new issue