Subject: Re: "make print-objdir" fails.
To: Simon Burge <simonb@telstra.com.au>
From: Todd Vierling <tv@pobox.com>
List: tech-userlevel
Date: 02/09/1999 14:20:47
On Wed, 10 Feb 1999, Simon Burge wrote:

: 	all ===> common
: 	"/NetBSD/src/gnu/usr.bin/grep/common/../Makefile.inc", line 7: warning: Couldn't exec "cd /NetBSD/src/gnu/usr.bin/grep/common/../common ; make print-objdir"
: 	Could not fork

This is because it becomes recursive - remember, Makefile.inc is also
included by common/Makefile.

Surround the != with:

.if !make(print-objdir)
.endif

-- 
-- Todd Vierling (Personal tv@pobox.com; Bus. todd_vierling@xn.xerox.com)