diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-04-01 13:44:53 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2011-04-01 13:44:53 +0000 |
commit | f6c1938b0740520970786aabf972f0f759f7b6d3 (patch) | |
tree | 98aee585183902afb8e2182c29e31c3fe0b1db37 /Makefile.in | |
parent | 1f111696c00a6df5b28d78c73a1dd17b24b8176d (diff) | |
download | gdb-f6c1938b0740520970786aabf972f0f759f7b6d3.zip gdb-f6c1938b0740520970786aabf972f0f759f7b6d3.tar.gz gdb-f6c1938b0740520970786aabf972f0f759f7b6d3.tar.bz2 |
* configure.ac: Remove code setting CONFIG_SHELL, config_shell and
moveifchange.
* configure: Regenerate.
* Makefile.tpl: Use @SHELL@ not @config_shell@.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 128691f..e64f076 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 |