Just did the latest git and got the following :
all -c wineapploader /usr/local/bin/`dirname programs/msiexec/__installprog__` /usr/bin/install: cannot create regular file `/usr/local/bin/programs/msiexec': No such file or directory make[1]: *** [programs/msiexec/__installprog__] Error 1 make[1]: Leaving directory `/work/wine-git/programs' make: *** [programs/__install__] Error 2
if I went into the /usr/local/bin there is no programs directory so made the directory and reran make install or tools/install and worked fine...
Did not need this until todays git as yesterdays worked just fine without the directory...
chris