aboutsummaryrefslogtreecommitdiff
path: root/src/makefile/input.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile/input.rs')
-rw-r--r--src/makefile/input.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile/input.rs b/src/makefile/input.rs
index 6ee5392..b02cdb6 100644
--- a/src/makefile/input.rs
+++ b/src/makefile/input.rs
@@ -446,6 +446,7 @@ impl<'a, 'parent, R: BufRead> MakefileReader<'a, 'parent, R> {
name: target.into(),
prerequisites: prerequisites.clone(),
commands: commands.clone(),
+ stem: None,
already_updated: Cell::new(false),
};
self.targets.insert(target.into(), new_target);