From e5634b9e94057c03f17b191d75d047bea733a8c9 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.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 128691f98..e64f07630 100644 --- a/Makefile.in +++ b/Makefile.in @@ -320,7 +320,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.3