我在debian下编译skyeye
make时提示如下错误信息
Making all in po
make[3]: Entering directory `/home/dao/devel/skyeye/bfd/po'
file=./`echo fr | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../src:$PATH no -o $file fr.po
/bin/sh: no: command not found
检查bfd/po/Makefile 有如下行
GMSGFMT = PATH=../src:$$PATH no
MSGFMT = no
...
请教,Makefile里的 no 是什么意思?debian下须安装什么才可支持这个 no
多谢