2013-03-15 Tony Theodore <tonyt@logyst.com>
authorTom Tromey <tromey@redhat.com>
Fri, 15 Mar 2013 17:30:27 +0000 (17:30 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 15 Mar 2013 17:30:27 +0000 (17:30 +0000)
PR build/9098:
* Makefile.in (SHELL): Use @SHELL@.

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

index 75599ca9d99aeafc889435b15e78dfbe456fbca1..18355b4be7b060512c5968f113814e496763e570 100644 (file)
@@ -1,3 +1,8 @@
+2013-03-15  Tony Theodore  <tonyt@logyst.com>
+
+       PR build/9098:
+       * Makefile.in (SHELL): Use @SHELL@.
+
 2013-03-14  Sergio Durigan Junior  <sergiodj@redhat.com>
 
        * tracepoint.c (cmd_qtv): Initialize `val' with zero, silencing
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@
This page took 0.03057 seconds and 4 git commands to generate.