Makefile in the libainstall target of "make install" uses the following
construct:
@if [ "$(MACHDEP)" == "beos" ] ; then \
This "==" is illegal in all the /bin/sh's I have lying around, and leads
to make failing with:
/bin/sh: test: unknown operator ==
make: *** [libainstall] Error 1
--
Mark