get rid of stupid error messages
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 11 Jan 1991 09:25:25 +0000 (01:25 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 11 Jan 1991 09:25:25 +0000 (01:25 -0800)
SCCS-vsn: usr.bin/make/parse.c 5.17

usr/src/usr.bin/make/parse.c

index 8581197..ca26e25 100644 (file)
@@ -11,7 +11,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)parse.c    5.16 (Berkeley) %G%";
+static char sccsid[] = "@(#)parse.c    5.17 (Berkeley) %G%";
 #endif /* not lint */
 
 /*-
 #endif /* not lint */
 
 /*-
@@ -2174,7 +2174,7 @@ Parse_MainName()
     main = Lst_Init (FALSE);
 
     if (mainNode == NILGNODE) {
     main = Lst_Init (FALSE);
 
     if (mainNode == NILGNODE) {
-       Punt ("I don't know what to DO!\n");
+       Punt ("make: no target to make.\n");
        /*NOTREACHED*/
     } else if (mainNode->type & OP_DOUBLEDEP) {
        Lst_Concat(main, mainNode->cohorts, LST_CONCNEW);
        /*NOTREACHED*/
     } else if (mainNode->type & OP_DOUBLEDEP) {
        Lst_Concat(main, mainNode->cohorts, LST_CONCNEW);