Several times over the last 24h my buildtree has failed to compile, complaining about the SDL.h file which it doesn't know how to generate.
Apparently, SDL.h is marked as a dependency in the SDL module and make apparently doesn't look for the dependencies in the standard include dirs.
Removing the builddir and rebuilding from scratch usually works.
Anyone else seen this problem?