Set $(SHELL) for all configs
authorDan Nicholson <dbn.lists@gmail.com>
Tue, 8 Jul 2008 14:44:58 +0000 (07:44 -0700)
committerDan Nicholson <dbn.lists@gmail.com>
Sat, 12 Jul 2008 17:25:40 +0000 (10:25 -0700)
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.

configs/default

index d5b40c5cd0c6ed34769c6b7fbb4888d49fda358c..5193c1442d91ebe3b93c736dd38964ada1a4483e 100644 (file)
@@ -25,6 +25,7 @@ LDFLAGS =
 GLU_CFLAGS = 
 
 # Misc tools and flags
+SHELL = /bin/sh
 MKLIB_OPTIONS = 
 MKDEP = makedepend
 MKDEP_OPTIONS = -fdepend