Set $(SHELL) for all configs

Most make implementations will use /bin/sh as the interpreter for
commands and only use a different shell when the $(SHELL) make variable
is set. This makes the setting explicit and allows $(SHELL) to be used
in the commands themselves.
This commit is contained in:
Dan Nicholson 2008-07-08 07:44:58 -07:00
parent bfb27b5fc0
commit 9eee7f260f

View file

@ -25,6 +25,7 @@ LDFLAGS =
GLU_CFLAGS =
# Misc tools and flags
SHELL = /bin/sh
MKLIB_OPTIONS =
MKDEP = makedepend
MKDEP_OPTIONS = -fdepend