aboutsummaryrefslogtreecommitdiffhomepage
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index f84c106..b6b60f0 100644
--- a/main.c
+++ b/main.c
@@ -478,7 +478,7 @@ driver(void)
{
void cpp(struct wbuf *, const char *);
if (task.verbose)
- efmt("# Target: %s\n", task.targ);
+ efmt("# Target: %s\n", task.targ ? task.targ : "(host)");
if (task.outft == OFTobj) {
assert(task.ninf == 1);
if (*task.inft != IFTc)