diff mbox

[08/16] petitboot: Add SHELL to Makefile.in

Message ID 20090228005350.661255779@am.sony.com
State Accepted
Headers show

Commit Message

Geoff Levand Feb. 28, 2009, 12:53 a.m. UTC
Add SHELL to the list of variables in Makefile.in to make
it available to the Makefile.

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
---

 Makefile.in |    1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

--- a/Makefile.in
+++ b/Makefile.in
@@ -18,6 +18,7 @@  twin_LDFLAGS = @twin_LIBS@
 
 # other programs
 INSTALL = @INSTALL@
+SHELL = @SHELL@
 
 # paths
 prefix = @prefix@