aboutsummaryrefslogtreecommitdiff
path: root/dep.h
diff options
context:
space:
mode:
Diffstat (limited to 'dep.h')
-rw-r--r--dep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dep.h b/dep.h
index 22434a3..0035080 100644
--- a/dep.h
+++ b/dep.h
@@ -35,9 +35,9 @@ struct DepNode {
Symbol output;
vector<Value*> cmds;
vector<DepNode*> deps;
+ vector<DepNode*> order_onlys;
vector<DepNode*> parents;
bool has_rule;
- bool is_order_only;
bool is_phony;
vector<Symbol> actual_inputs;
Vars* rule_vars;