[Mesa-dev] [PATCH] mesa: make makedepend an hard requirement

2010-09-24 Thread Luca Barbieri
Currently makedepend is used by the Mesa Makefile-based build system, but not required. Unfortunately, not having it makes dependency resolution non-existent, which is a source of subtle bugs, and is a rarely tested configuration, since all Mesa developers likely have it installed. Furthermore so

[Mesa-dev] [PATCH] mesa: make makedepend an hard requirement

2010-09-24 Thread Luca Barbieri
Currently makedepend is used by the Mesa Makefile-based build system, but not required. Unfortunately, not having it makes dependency resolution non-existent, which is a source of subtle bugs, and is a rarely tested configuration, since all Mesa developers likely have it installed. Furthermore so