mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
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:
parent
bfb27b5fc0
commit
9eee7f260f
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ LDFLAGS =
|
|||
GLU_CFLAGS =
|
||||
|
||||
# Misc tools and flags
|
||||
SHELL = /bin/sh
|
||||
MKLIB_OPTIONS =
|
||||
MKDEP = makedepend
|
||||
MKDEP_OPTIONS = -fdepend
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue