http://bugs.winehq.com/show_bug.cgi?id=716
*** shadow/716 Sat May 18 17:43:23 2002 --- shadow/716.tmp.3539 Sat May 18 17:43:23 2002 *************** *** 0 **** --- 1,29 ---- + +============================================================================+ + | tools/wineinstall fails on 'make depend' in dlls/msasm/imaadp32 | + +----------------------------------------------------------------------------+ + | Bug #: 716 Product: Wine | + | Status: UNCONFIRMED Version: 20020509 | + | Resolution: Platform: | + | Severity: normal OS/Version: All | + | Priority: P1 Component: wine-tools | + +----------------------------------------------------------------------------+ + | Assigned To: wine-bugs@winehq.com | + | Reported By: dincht@cybermesa.com | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | Milestone: TargetMilestone: --- | + | URL: | + +============================================================================+ + | DESCRIPTION | + Pretty much what the summary says. The last few lines of output are: + + cd `dirname msacm/imaadp32/__depend__` && make depend + make[2]: Entering directory `/usr/local/src/wine-20020509/dlls/msacm/imaadp32' + make[2]: *** No rule to make target `depend'. Stop. + make[2]: Leaving directory `/usr/local/src/wine-20020509/dlls/msacm/imaadp32' + make[1]: *** [msacm/imaadp32/__depend__] Error 2 + make[1]: Leaving directory `/usr/local/src/wine-20020509/dlls' + make: *** [dlls/__depend__] Error 2 + + Workaround: After error occurs, run configure and make depend separately before + going on. \ No newline at end of file