You can run 'make -d' to get more insight into what Make does.
There aren't supposed to be any internal Make commands. There are internal
functions, but the syntax for calling them is $(function ...), e.g. $(info
foobar)

On Nov 20, 2007 2:16 PM, Kfir Lavi <[EMAIL PROTECTED]> wrote:

> Does make uses internal echo command?
> I ask this, because bash echo interprets -e -n and also /bin/echo. But
> when running echo inside the Makefile it will not interpret -e -n.
>

Reply via email to