K 10 svn:author V 4 nate K 8 svn:date V 27 1996-07-23T18:55:21.000000Z K 7 svn:log V 337 'make' prints an extra leading `make: ' and extra trailing newline if there is no target to make. % make make: make: no target to make. % Beause the function Punt() in main.c takes care of leading 'make:' and trailing newline, so, there is no need to pass explicitly. Submitted by: enami@ba2.so-net.or.jp Obtained from: NetBSD GNATS END