diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-04-01 13:43:39 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-04-01 13:43:39 +0000 |
commit | c36c585e1bdcec69ac4f9d3397e3a6de81bb2680 (patch) | |
tree | 752eb5465276f1f5d472fc56630b3d5d8131ebb6 /Makefile.tpl | |
parent | 93faf308ec5825f9dfadf5acfecb0f69158495c5 (diff) | |
download | gcc-c36c585e1bdcec69ac4f9d3397e3a6de81bb2680.tar.gz |
* configure.ac: Remove code setting CONFIG_SHELL, config_shell and
moveifchange.
* configure: Regenerate.
* Makefile.tpl: Use @SHELL@ not @config_shell@.
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171830 138bc75d-0d04-0410-961f-82ee72b054a4
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 |