$(< ...) is bash specific.Thanks! I assume this is the source of the problem since exported SHELL variable in Makefile points to /bin/sh. Question is what is better solution -- to replace the problematic line with non-elegant `cat file` or to replace /bin/sh with /bin/bash...