remove dep-info files as targets in themselves
This commit is contained in:
parent
79a521bb9a
commit
7e99764df3
1 changed files with 2 additions and 0 deletions
|
@ -1162,6 +1162,8 @@ fn write_out_deps(sess: &Session, outputs: &OutputFilenames, crate_name: &str) {
|
||||||
out_filenames.push(p);
|
out_filenames.push(p);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// Do not include the dep-info file in itself as a target
|
||||||
|
OutputType::DepInfo => { }
|
||||||
_ => {
|
_ => {
|
||||||
out_filenames.push(file);
|
out_filenames.push(file);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue