Output the correct library filename with --dep-info

Fixes #12174.
This commit is contained in:
Kevin Ballard 2014-02-10 21:06:01 -08:00
parent 47ab5d2d42
commit 8be1e34544

View file

@ -1087,7 +1087,7 @@ pub fn build_output_filenames(input: &Input,
// We want to toss everything after the final '.'
let dirpath = match *odir {
Some(ref d) => d.clone(),
None => os::getcwd(),
None => Path::new(".")
};
let mut stem = match *input {