"Michael [Plouj] Ploujnikov" ploujj@gmail.com writes:
What this looks like to me is make trying to build ../../wine-git/tools/makedep which already exists, but it's trying to use ../tools/makedep, which doesn't exist, to actually build other stuff.
There should be no makedep in the source tree. You probably ran make there, you can't do that, you should either build in the source dir or in the build dir but not both.