http://bugs.winehq.com/show_bug.cgi?id=893
------- Additional Comments From z_god@wanadoo.nl 2003-20-06 08:11 ------- Bug comments restored from Gmane.org:
During make install for the whole package, make enters into the directory and throws an error because there is no "install" directive within the Makefile.
Fix: echo "install:" >> debugger/Makefile
------- Additional Comments From marcus <at> jet.franken.de 2002-07-20 02:45 ------- the debugger makefile clearly has an install target here, so something else is broken on your side.
try make clean ; ./configure ; make ; make install
Ciao, Marcus
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-26 15:21 ------- Closing