Fixed how SHELL is set in Makefiles, fix make depend on linux

This commit is contained in:
Landon Curt Noll
2021-12-07 04:18:39 -08:00
parent 4b2ae40c86
commit faf40b7149
5 changed files with 24 additions and 28 deletions

View File

@@ -72,9 +72,12 @@
#
# SHELL= /bin/zsh
#
SHELL= /bin/sh
#SHELL= /bin/bash
#SHELL= /bin/zsh
SHELL= /bin/bash
#if 0 /* start of skip for non-Gnu makefiles */
ifeq ($(target),Darwin)
SHELL:= /bin/zsh
endif
#endif /* end of skip for non-Gnu makefiles */
# PREFIX - Top level location for calc
@@ -515,7 +518,7 @@ FMT= fmt
GREP= egrep
LN= ln
MAKE= make
MAKEDEPEND= /usr/bin/makedepend
MAKEDEPEND= makedepend
MKDIR= mkdir
MV= mv
RM= rm