aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/Makefile.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-03-15 17:30:27 +0000
committerTom Tromey <tromey@redhat.com>2013-03-15 17:30:27 +0000
commita8347a2acdc25d05663d1b13db13343f2563309b (patch)
tree71c923466caf2271c875ef11ba02d9121ab3a3d9 /gdb/gdbserver/Makefile.in
parent9ce986499ee815d3adf734463ee6d7eda61a1c2f (diff)
downloadgdb-a8347a2acdc25d05663d1b13db13343f2563309b.zip
gdb-a8347a2acdc25d05663d1b13db13343f2563309b.tar.gz
gdb-a8347a2acdc25d05663d1b13db13343f2563309b.tar.bz2
2013-03-15 Tony Theodore <tonyt@logyst.com>
PR build/9098: * Makefile.in (SHELL): Use @SHELL@.
Diffstat (limited to 'gdb/gdbserver/Makefile.in')
-rw-r--r--gdb/gdbserver/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbserver/Makefile.in b/gdb/gdbserver/Makefile.in
index 67124e1..08db2cc 100644
--- a/gdb/gdbserver/Makefile.in
+++ b/gdb/gdbserver/Makefile.in
@@ -41,7 +41,7 @@ infodir = @infodir@
htmldir = $(prefix)/html
includedir = @includedir@
-SHELL = /bin/sh
+SHELL = @SHELL@
EXEEXT = @EXEEXT@
INSTALL = @INSTALL@