mirror of
https://github.com/openssl/openssl.git
synced 2024-12-14 04:24:23 +08:00
Add dependency on destination directory.
This commit is contained in:
parent
a32d9eaf07
commit
f990fae812
@ -1312,7 +1312,7 @@ sub do_copy_rule
|
||||
if ($n =~ /bss_file/)
|
||||
{ $pp=".c"; }
|
||||
else { $pp=$p; }
|
||||
$ret.="$to${o}$n$pp: \$(SRC_D)$o$_$pp\n\t\$(CP) \"\$(SRC_D)$o$_$pp\" \"$to${o}$n$pp\"\n\n";
|
||||
$ret.="$to${o}$n$pp: \$(SRC_D)$o$_$pp $to\n\t\$(CP) \"\$(SRC_D)$o$_$pp\" \"$to${o}$n$pp\"\n\n";
|
||||
}
|
||||
return($ret);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user