Building of libixp, pulled from hg failed with gnu make.
mk/hdr.mk:48 *** missing separator. Stop.

BINSH := $(shell \
           if [ -x /bin/dash ]; then echo /bin/dash; \
           elif [ -x /bin/ksh ]; then echo /bin/ksh; \
           else echo /bin/sh; fi)
BINSH != echo /bin/sh     #<= line48

Same issue here: http://code.google.com/p/wmii/issues/detail?id=216

Reply via email to