Change how SHELL is set for all calc Makefiles

Using /bin/sh on macOS due to how zsh treats globs by default.
This commit is contained in:
Landon Curt Noll
2021-12-07 04:45:23 -08:00
parent c54e2648dc
commit 2023175fcc
6 changed files with 30 additions and 15 deletions

View File

@@ -73,6 +73,7 @@
# SHELL= /bin/zsh
#
SHELL= /bin/bash
#SHELL= /bin/sh
#if 0 /* start of skip for non-Gnu makefiles */
ifeq ($(target),Darwin)
SHELL:= /bin/zsh