summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/config/mkmakefile.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/config/mkmakefile.c b/usr.sbin/config/mkmakefile.c
index b3f7f07..fce7082 100644
--- a/usr.sbin/config/mkmakefile.c
+++ b/usr.sbin/config/mkmakefile.c
@@ -346,7 +346,7 @@ nextparam:
next_quoted_word(fp, wd);
if (wd == 0) {
printf("%s: %s missing compile command string.\n",
- fname);
+ fname, this);
exit(1);
}
depends = ns(wd);
@@ -356,7 +356,7 @@ nextparam:
next_quoted_word(fp, wd);
if (wd == 0) {
printf("%s: %s missing clean file list.\n",
- fname);
+ fname, this);
exit(1);
}
clean = ns(wd);
@@ -366,7 +366,7 @@ nextparam:
next_quoted_word(fp, wd);
if (wd == 0) {
printf("%s: %s missing compile command string.\n",
- fname);
+ fname, this);
exit(1);
}
special = ns(wd);
OpenPOWER on IntegriCloud