rpc_J_PL0-r4 is rejected. you can patch it with this: --- ../wine.test/programs/Makefile.in 2002-11-30 22:05:51.000000000 -0600 +++ programs/Makefile.in 2002-11-30 14:49:32.000000000 -0600 @@ -71,6 +71,7 @@ # Symlinks to apps that we want to run from inside the source tree SYMLINKS = \ + rpcss.exe \ wcmd.exe \ wineconsole.exe \ winedbg.exe \ @@ -119,12 +120,12 @@ # Rules for symlinks -wcmd.exe$(DLLEXT): wcmd/wcmd.exe$(DLLEXT) - $(RM) $@ && $(LN_S) wcmd/wcmd.exe$(DLLEXT) $@ - rpcss.exe$(DLLEXT): rpcss/rpcss.exe$(DLLEXT) $(RM) $@ && $(LN_S) rpcss/rpcss.exe$(DLLEXT) $@ +wcmd.exe$(DLLEXT): wcmd/wcmd.exe$(DLLEXT) + $(RM) $@ && $(LN_S) wcmd/wcmd.exe$(DLLEXT) $@ + wineconsole.exe$(DLLEXT): wineconsole/wineconsole.exe$(DLLEXT) $(RM) $@ && $(LN_S) wineconsole/wineconsole.exe$(DLLEXT) $@ @@ -134,6 +135,7 @@ winhelp.exe$(DLLEXT): winhelp/winhelp.exe$(DLLEXT) $(RM) $@ && $(LN_S) winhelp/winhelp.exe$(DLLEXT) $@ +rpcss/rpcss.exe$(DLLEXT): rpcss wcmd/wcmd.exe$(DLLEXT): wcmd wineconsole/wineconsole.exe$(DLLEXT): wineconsole winedbg/winedbg.exe$(DLLEXT): winedbg and then clean up all .rej and other cruft, if you care about those, or you can use the enclosed patch to get to rpc_J_PL0-r5 cleanly from current cvs. -- gmt
Attachment:
rpc_J_PL0-r5.diff.bz2
Description: BZip2 compressed data