diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-20 09:38:38 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-20 09:38:38 +0200 |
commit | 90ae462a44a1478e1c4be1568997b6873f6e688d (patch) | |
tree | 26af054dea912de192b243c174da23061c57c444 /build/rule.cxx | |
parent | c23346c4cda9e0c2318c302dc6014d3fef53a6d3 (diff) |
Rename 'directory' to 'dir' in target, prerequisite
Diffstat (limited to 'build/rule.cxx')
-rw-r--r-- | build/rule.cxx | 2 |
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? // |