From: WaxDragon
Anyone else seeing this under linux?
gcc: obj-i386/lib/inflib_host/infcore.o: No such file or directory
gcc: obj-i386/lib/inflib_host/infget.o: No such file or directory
gcc: obj-i386/lib/inflib_host/infput.o: No such file or directory
gcc: obj-i386/lib/inflib_host/infhostgen.o: No such file or directory
gcc: obj-i386/lib/inflib_host/infhostget.o: No such file or directory
gcc: obj-i386/lib/inflib_host/infhostglue.o: No such file or directory
gcc: obj-i386/lib/inflib_host/infhostput.o: No such file or directory
make: *** [output-i386/tools/mkhive/mkhive] Error 1
r19723 should fix this. The "clean" target depended on some of the build
tools, I've removed that dependency. Only one I didn't remove was rbuild,
'cause I guess we want an up-to-date makefile.auto so we can properly clean
up the main tree.
GvG