[Python-Dev] Syntax error in Makefile for "make install"

Mark Favas m.favas@per.dem.csiro.au
Fri, 01 Sep 2000 05:56:25 +0800


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