Use ${ECHON} for when /bin/echo -n is needed

This commit is contained in:
Landon Curt Noll
2021-03-06 22:21:36 -08:00
parent 7eba99ac29
commit 1b5636afed
3 changed files with 18 additions and 6 deletions

View File

@@ -25,7 +25,8 @@ The following are the changes from calc version 2.12.8.1 to date:
Fixed Makefile dependenies for the args.h rule.
Fixed Makefile cases where echo with -n is used. On some systems,
/bin/sh does not use -n, so we must call /bin/echo -n instead.
/bin/sh does not use -n, so we must call /bin/echo -n instead
via the ${ECHON} Makefile variable.
Add missing standard tools to sub-Makefiles to make them
easier to invoke directly.