I am trying to have my Makefile echo text without the trailing new line, but am unable to. I am experiencing the behavior on OS X (on Linux everything works as expected).
echo is a bash shell builtin, but when you run it from makefile, it is the program version