On Mon, 19 Feb 2001, Coleman Kane wrote:
> Yeah, this seems to be broken across all modules. I don't know what's going on,
> but it seems like it never bothers to make the *.o targets. The reason mine
> pops up with the error is that, alphabetically, it is first on the list. If you
> remove it from the ports Makefile, the accf_data module brings up the error. I
> noticed a lot of commit traffic for config, src/share/mk, make and the like, so
> I figured this to be a 'commit in process' issue. I'm forwarding this to
> -current mailing list to let them know about the prob.
This is because there is now an explicit rule for everything in ${OBJS}
(and some other wrong things), so the suffix rule doesn't get used, and
objects are "built" by removing .depend.
Bruce
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message