aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/target.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/target.hxx')
-rw-r--r--libbuild2/target.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/target.hxx b/libbuild2/target.hxx
index 9e21d7a..49d4563 100644
--- a/libbuild2/target.hxx
+++ b/libbuild2/target.hxx
@@ -141,7 +141,7 @@ namespace build2
//
const dir_path dir; // Absolute and normalized.
const dir_path out; // Empty or absolute and normalized.
- const string name;
+ const string name; // Empty for dir{} and fsdir{} targets.
optional<string>* ext_; // Reference to value in target_key.
const string* ext () const; // Return NULL if not specified.