X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=Configure;h=307b1d8ac472790099128fbd7103ff9b7deea3b1;hb=186a31e510d1326063cfeca17e58fadec236ad2a;hp=3289e9f1a7f3c60cdb13ab48d9f71e536f4b2997;hpb=42e055e12496a0eab72c64de845aa5bb18a9c4a2;p=thirdparty%2Fopenssl.git diff --git a/Configure b/Configure index 3289e9f1a7..307b1d8ac4 100755 --- a/Configure +++ b/Configure @@ -1856,9 +1856,16 @@ EOF $d = cleanfile($buildd, $_, $blddir); } # Take note if the file to depend on is being renamed + # Take extra care with files ending with .a, they should + # be treated without that extension, and the extension + # should be added back after treatment. + $d =~ /(\.a)?$/; + my $e = $1 // ""; + $d = $`; if ($unified_info{rename}->{$d}) { $d = $unified_info{rename}->{$d}; } + $d .= $e; $unified_info{depends}->{$ddest}->{$d} = 1; # If we depend on a header file or a perl module, let's make # sure it can get included