Subject: Re: 'make depend' vs. 'make prereqs' or something else
To: None <current-users@netbsd.org>
From: None <seebs@plethora.net>
List: current-users
Date: 08/05/1999 13:50:54
In message <Pine.NEB.4.10.9908051442230.1715-100000@server.int.duh.org>, Todd V
ierling writes:
>Ah, ok.  This isn't an easy case to solve, as we don't install all of
>libbfd's headers (and really, shouldn't, as it has a bunch of internal
>headers that the binutils programs reference).
>
>So, yes, you have to have libbfd built before building anything that depends
>on it, and adding a "make prereqs" wouldn't help much here.

Hmm.  Maybe it would; you could have a target in 'libbfd' called 'bfd-built',
remove it on clean, and make it only at the end of make all... Ugh.  Okay,
I see your point.

-s