I was bisecting the patches to 1.1.11 to test Fable and after a few iterations, make depend complained: make[2]: Entering directory `/home/nando/wine-git/dlls/cryptui' ../../tools/makedep -C. -S../.. -T../.. main.c cryptui.rc checks.bmp: No such file or directory checks.bmp was first included from cryptui.rc:40 make[2]: *** [depend] Error 1 make[2]: Leaving directory `/home/nando/wine-git/dlls/cryptui' make[1]: *** [cryptui/__depend__] Error 2 make[1]: Leaving directory `/home/nando/wine-git/dlls' make: *** [dlls/__depend__] Error 2 I'm not familiar with git much less bisect, but it appears the patch set is not consistent?? How to fix this?