From b87c8d2eb4f0c7fb25cee10e8fdb2c8331343f8c Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 21 Dec 2009 23:52:22 +0000 Subject: Wow, that was aweful. There was a horrible problem with rule generated targets not getting the variables from the parent target. --- src/rule.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/rule.h') diff --git a/src/rule.h b/src/rule.h index a3c9344..5344d02 100644 --- a/src/rule.h +++ b/src/rule.h @@ -22,7 +22,8 @@ public: void addProfile( const AstBranch *pProfile ); void prepTarget( class Target *pTarget ); - class Target *createTarget( class Runner &r, const Bu::FString &sInput ); + class Target *createTarget( class Runner &r, const Bu::FString &sInput, + class Target *pParent ); bool ruleMatches( class Runner &r, const Bu::FString &sInput ); void addTag( const Bu::FString &sTag ); -- cgit v1.2.3