From e127a5a3d793c289742e9ab5c53fbef1119b7eee Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 1 Apr 2011 13:44:53 +0000 Subject: * configure.ac: Remove code setting CONFIG_SHELL, config_shell and moveifchange. * configure: Regenerate. * Makefile.tpl: Use @SHELL@ not @config_shell@. * Makefile.in: Regenerate. --- Makefile.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.tpl') diff --git a/Makefile.tpl b/Makefile.tpl index 09ac8639c55..f7312d9e8ce 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -323,7 +323,7 @@ HOST_LIBELFINC = @libelfinc@ # Programs producing files for the BUILD machine # ---------------------------------------------- -SHELL = @config_shell@ +SHELL = @SHELL@ # pwd command to use. Allow user to override default by setting PWDCMD in # the environment to account for automounters. The make variable must not -- cgit v1.2.1