On Wed, 5 May 2004, Saulius Krasuckas wrote:
Are all of you sure whether it is right thing to include "make depend" when testing for a regression? I just did it and "make" now recompiles all src from the ground, it seems :-(
This is not unusual, most like the headers changed, and this usually triggers recompilation of a large portion of wine. But this is the correct thing to do so... Try to use cachecc, that may speed things up a bit.