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);