Subject: Re: Build from Tues night fails ...
To: None <current-users@NetBSD.ORG>
From: Christos Zoulas <christos@zoulas.com>
List: current-users
Date: 07/09/1998 16:53:13
In article <yzshg0rbuzu.fsf@sicily.odyssey.cs.cmu.edu> rvb@sicily.odyssey.cs.cmu.edu writes:
>.if exists(obj)
>./lex.c ./pt.c ./spew.c: parse-h
>.else
>lex.c pt.c spew.c: parse-h
>.endif
>But it's hardly, esthetic.  Is there a better solution.
>	This same problem happens with:

I'd use:

${.OBJDIR}/lex.c ${.OBJDIR}/pt.c ${.OBJDIR}/spew.c: parse-h

christos