From: Dan Nicholson Date: Tue, 8 Jul 2008 14:44:58 +0000 (-0700) Subject: Set $(SHELL) for all configs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9eee7f260f4474f9eea7384b94619b3f7fee017b;p=mesa.git 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. --- diff --git a/configs/default b/configs/default index d5b40c5cd0c..5193c1442d9 100644 --- a/configs/default +++ b/configs/default @@ -25,6 +25,7 @@ LDFLAGS = GLU_CFLAGS = # Misc tools and flags +SHELL = /bin/sh MKLIB_OPTIONS = MKDEP = makedepend MKDEP_OPTIONS = -fdepend