Fix bug in depinfo output
This commit is contained in:
parent
e3089c787c
commit
6708d56fd2
@ -538,7 +538,7 @@ fn hash_iter_files<P: AsRef<Path>>(
|
|||||||
for path in out_filenames {
|
for path in out_filenames {
|
||||||
write!(
|
write!(
|
||||||
file,
|
file,
|
||||||
"{}: {}\n",
|
"{}: {}",
|
||||||
path.display(),
|
path.display(),
|
||||||
files
|
files
|
||||||
.iter()
|
.iter()
|
||||||
@ -565,6 +565,7 @@ fn hash_iter_files<P: AsRef<Path>>(
|
|||||||
})?;
|
})?;
|
||||||
}
|
}
|
||||||
writeln!(file)?;
|
writeln!(file)?;
|
||||||
|
writeln!(file)?;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Emit a fake target for each input file to the compilation. This
|
// Emit a fake target for each input file to the compilation. This
|
||||||
|
Loading…
Reference in New Issue
Block a user