aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make
diff options
context:
space:
mode:
authorNate Williams <nate@FreeBSD.org>1996-07-23 18:55:21 +0000
committerNate Williams <nate@FreeBSD.org>1996-07-23 18:55:21 +0000
commitfe6ab298abeb47076ced45949f5e14d15420d515 (patch)
treea22f1544b717ab98f84325163bb3c4705b76de74 /usr.bin/make
parentf12c3c93de9a59f99b7572c886712ff87f056115 (diff)
Notes
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c
index a56e398d785e..b0454a660e37 100644
--- a/usr.bin/make/parse.c
+++ b/usr.bin/make/parse.c
@@ -2606,7 +2606,7 @@ Parse_MainName()
main = Lst_Init (FALSE);
if (mainNode == NILGNODE) {
- Punt ("make: no target to make.\n");
+ Punt ("no target to make.");
/*NOTREACHED*/
} else if (mainNode->type & OP_DOUBLEDEP) {
(void) Lst_AtEnd (main, (ClientData)mainNode);