http://bugs.winehq.org/show_bug.cgi?id=13630
--- Comment #5 from Jon Griffiths jon_p_griffiths@yahoo.com 2008-06-03 10:24:23 --- For this patch its sufficient to do:
make && sudo make install
in general you need to run the other steps only when a file is added or removed from the source tree. If in doubt, the the following sequence is always safe:
make clean && make depend && make && sudo make install
Hope that helps.