]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2013-03-15 Tony Theodore <tonyt@logyst.com>
authorTom Tromey <tromey@redhat.com>
Fri, 15 Mar 2013 17:36:25 +0000 (17:36 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 15 Mar 2013 17:36:25 +0000 (17:36 +0000)
PR build/9098:
* Makefile.in (SHELL): Use @SHELL@.

gdb/gdbserver/ChangeLog
gdb/gdbserver/Makefile.in

index e76dc4a4db40f6a9da727a1515c2e8946c676cad..3cd36e3df26d571fa2aeb68f3cb2e50ae5a1cd0a 100644 (file)
@@ -1,3 +1,8 @@
+2013-03-15  Tony Theodore  <tonyt@logyst.com>
+
+       PR build/9098:
+       * Makefile.in (SHELL): Use @SHELL@.
+
 2013-03-13  Joel Brobecker  <brobecker@adacore.com>
 
        * linux-low.c (linux_target_ops) [!HAVE_LINUX_BTRACE]:
index 67124e10c9c239d7c471ab587bc15ecfab558e4e..08db2cc076b17799f9041618f79f3e13737b194d 100644 (file)
@@ -41,7 +41,7 @@ infodir = @infodir@
 htmldir = $(prefix)/html
 includedir = @includedir@
 
-SHELL = /bin/sh
+SHELL = @SHELL@
 EXEEXT = @EXEEXT@
 
 INSTALL = @INSTALL@