aboutsummaryrefslogtreecommitdiff
path: root/build2/target.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/target.cxx')
-rw-r--r--build2/target.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/target.cxx b/build2/target.cxx
index d9dd12e..a0283b0 100644
--- a/build2/target.cxx
+++ b/build2/target.cxx
@@ -300,7 +300,7 @@ namespace build2
os << '@' << o;
}
else
- os << '@' << k.out;
+ os << '@' << *k.out;
}
return os;