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

@@ -25,6 +25,8 @@ The following are the changes from calc version 2.14.0.11 to date:
Fixed depend rule for custom/Makefile.
Fixed how Makefile variable SHELL is set on macOS vs. linux.
The following are the changes from calc version 2.14.0.9 to 2.14.0.10: