Don't clean away headers generated by Configure
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
4639c68b97
commit
223516eadc
1 changed files with 0 additions and 7 deletions
|
@ -1732,13 +1732,6 @@ EOF
|
|||
}
|
||||
}
|
||||
|
||||
### Add information about files generated by Configure
|
||||
foreach (map { abs2rel($_) } @generated_headers) {
|
||||
die "Configure gerenerated header file $_ has a GENERATE in a build.info\n"
|
||||
if $unified_info{generate}->{$_};
|
||||
$unified_info{generate}->{$_} = "Generated by Configure";
|
||||
}
|
||||
|
||||
### Make unified_info a bit more efficient
|
||||
# One level structures
|
||||
foreach (("programs", "libraries", "engines", "scripts", "extra", "overrides")) {
|
||||
|
|
Loading…
Reference in a new issue