Sascha Hanse sensei@bsdberlin.org writes:
I just tried to install the recent Wine-tarball (20041019) on my OpenBSD 3.6. First I had to remove kthread.c:275: the RFTHREAD flag. Then the 'make depend && make' worked properly but the make install first fails with:
/usr/bin/install -c serialui.dll.so /usr/local/lib/wine/serialui.dll.so cd `dirname setupapi/__install__` && make install gcc -g -O2 -o install install.c
Your make tries to build the 'make install' target from install.c, that won't work of course. I guess we'll have to rename that file, unless OpenBSD make has an equivalent of the .PHONY target.