Declare SHELL at makefile top, sort and fix standard tool list in Makefiles

This commit is contained in:
Landon Curt Noll
2021-03-06 22:09:10 -08:00
parent 55bc690cd1
commit de6474bf28
8 changed files with 171 additions and 71 deletions

View File

@@ -53,6 +53,11 @@
# calculator by David I. Bell with help/mods from others
# Makefile by Landon Curt Noll
# our shell
#
SHELL= /bin/sh
# Try uname -s if the target was not already set on the make command line
#
ifeq ($(target),)
@@ -142,7 +147,6 @@ endif
# standard utilities used during make
#
SHELL= /bin/sh
MAKE= make
SED= sed
GREP= egrep