summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2009-02-27 14:53:58 +0000
committerJeremy Kerr <jk@ozlabs.org>2009-03-23 21:47:57 +1100
commitdc709e716e19865f709d05b54893c06b6d0d3430 (patch)
tree26a852c668694c4297a429def8487aedf8e01e4f
parent91c81b32898c9ebf2386365b9f8ce1e405b166f8 (diff)
downloadtalos-petitboot-dc709e716e19865f709d05b54893c06b6d0d3430.tar.gz
talos-petitboot-dc709e716e19865f709d05b54893c06b6d0d3430.zip
Add SHELL to Makefile.in
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>
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index ff5e6f4..e68f80e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -18,6 +18,7 @@ twin_LDFLAGS = @twin_LIBS@
# other programs
INSTALL = @INSTALL@
+SHELL = @SHELL@
# paths
prefix = @prefix@
OpenPOWER on IntegriCloud