aboutsummaryrefslogtreecommitdiff
path: root/build/rule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build/rule.cxx')
-rw-r--r--build/rule.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rule.cxx b/build/rule.cxx
index e145ea8..b00901e 100644
--- a/build/rule.cxx
+++ b/build/rule.cxx
@@ -33,7 +33,7 @@ namespace build
if (pt.path ().empty ())
{
- path p (t.directory / path (pt.name));
+ path p (t.dir / path (pt.name));
// @@ TMP: derive file name by appending target name as an extension?
//