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)
commit9eee7f260f4474f9eea7384b94619b3f7fee017b
tree8330907be936c3e8c561e58a62d25d73e2f502b5
parentbfb27b5fc020437d95b1185f0fce850209744d92
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.
configs/default