提交 f990fae8 编写于 作者: B Ben Laurie

Add dependency on destination directory.

上级 a32d9eaf
...@@ -1312,7 +1312,7 @@ sub do_copy_rule ...@@ -1312,7 +1312,7 @@ sub do_copy_rule
if ($n =~ /bss_file/) if ($n =~ /bss_file/)
{ $pp=".c"; } { $pp=".c"; }
else { $pp=$p; } 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); return($ret);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册