Dustin Navea escreveu:
Im troubleshooting bug 2962 http://bigs.winehq.com/show_bug.cgi?id=2962 and I had the reporter revert to the october release. But when trying to compile it, it failed, so I told him to do make distclean.. Now he's getting the no rule to make target distclean... Im stumped as to what to do... Can someone help me out?
Dustin
If is a clean install, like you instructed him, a cd wine ./configure make depend && make su -c "make install"
should be ok. configure generates the make rules.