Christoph Frick wrote:
another good chance to skrew up: when you build your stuff in the same directory over and over again from cvs/git/nameit and you have change in your build environment, then even a ``make depend`` wont help you - autohell does not check against gcc, CFLAGS, ... -> make clean, then build from scratch is the only way to fix this.
Yep, "make clean" fixed things for me, thanks! Guess there's been build system changes recently, or something.. (Duh, should've thought of "make clean" myself, I'm such an amateur...)