Subject: Re: "make print-objdir" fails.
To: None <tech-userlevel@netbsd.org>
From: Simon Burge <simonb@telstra.com.au>
List: tech-userlevel
Date: 02/10/1999 07:56:20
On Tue, 9 Feb 1999 14:20:47 -0500 (EST)  Todd Vierling wrote:

> This is because it becomes recursive - remember, Makefile.inc is also
> included by common/Makefile.
> 
> Surround the != with:
> 
> .if !make(print-objdir)
> .endif

Cool, that worked!

Simon.