]> git.ozlabs.org Git - petitboot/commitdiff
Add SHELL to Makefile.in
authorGeoff Levand <geoffrey.levand@am.sony.com>
Fri, 27 Feb 2009 14:53:58 +0000 (14:53 +0000)
committerJeremy Kerr <jk@ozlabs.org>
Mon, 23 Mar 2009 10:47:57 +0000 (21:47 +1100)
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

index ff5e6f4797031b6f2c17ba8de2d5166539cf2386..e68f80e370c26f5ce0a7bc33b7f246724d8899e2 100644 (file)
@@ -18,6 +18,7 @@ twin_LDFLAGS = @twin_LIBS@
 
 # other programs
 INSTALL = @INSTALL@
+SHELL = @SHELL@
 
 # paths
 prefix = @prefix@