Hello,
i don't think this patch is too correct. I get in the Makefiles following: INSTALL = $(TOPSRCDIR)//usr/bin/install -c $(INSTALL_FLAGS) and that obviously dosn't exist thus make install is failing.
bye michael
On Mon, Dec 23, 2002 at 06:35:19PM -0600, Alexandre Julliard wrote:
ChangeSet ID: 6794 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/12/23 18:35:19
Modified files: . : configure.ac configure
Log message: Make sure INSTALL path is relative to the top dir when using the script in tools/.
Patch: http://cvs.winehq.com/patch.py?id=6794
Old revision New revision Changes Path 1.112 1.113 +6 -1 wine/configure.ac 1.380 1.381 +1993 -652 wine/configure
Michael Stefaniuc mstefani@redhat.de writes:
i don't think this patch is too correct. I get in the Makefiles following: INSTALL = $(TOPSRCDIR)//usr/bin/install -c $(INSTALL_FLAGS) and that obviously dosn't exist thus make install is failing.
That was a quoting problem, should be fixed now. Thanks for the note.