A new bug report on the BSD make's include syntax... sounds like we're pretty close. Derek -- Derek Price CVS Solutions Architect ( http://CVSHome.org ) mailto:[EMAIL PROTECTED] CollabNet ( http://collab.net ) -- I am not authorized to fire substitute teachers. I am not authorized to fire substitute teachers. I am not authorized to fire substitute teachers... - Bart Simpson on chalkboard, _The Simpsons_
Derek R. Price writes: > > You saw the diff.c/diff.h error then? I just checked in a fix for that. Yep, that seems to have fixed it. I'm sorry to report that BSD-style make still doesn't handle dependencies correctly. The BSD include syntax is: .include "file" or .include <file> configure tries: .include file which doesn't work, so it just comments out the dependencies (which is much better than not working at all, but not really what we want). -Larry Jones Pitiful. Just pitiful. -- Calvin
