From: Geoff Levand Date: Fri, 27 Feb 2009 14:53:58 +0000 (+0000) Subject: Add SHELL to Makefile.in X-Git-Tag: v1.0.0~906 X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=commitdiff_plain;h=dc709e716e19865f709d05b54893c06b6d0d3430 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 --- 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@