From dc709e716e19865f709d05b54893c06b6d0d3430 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Fri, 27 Feb 2009 14:53:58 +0000 Subject: [PATCH] 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 --- Makefile.in | 1 + 1 file changed, 1 insertion(+) 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@ -- 2.39.2