diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-04-01 14:43:39 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2011-04-01 14:43:39 +0100 |
commit | 72691ba6f1a07573ad6b59085177402cff184575 (patch) | |
tree | 752eb5465276f1f5d472fc56630b3d5d8131ebb6 /Makefile.tpl | |
parent | 6de6637049bd9be86c2da1838c6b6a349fc7ae6f (diff) | |
download | gcc-72691ba6f1a07573ad6b59085177402cff184575.tar.gz |
configure.ac: Remove code setting CONFIG_SHELL, config_shell and moveifchange.
* configure.ac: Remove code setting CONFIG_SHELL, config_shell and
moveifchange.
* configure: Regenerate.
* Makefile.tpl: Use @SHELL@ not @config_shell@.
* Makefile.in: Regenerate.
From-SVN: r171830
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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 |