2013-03-15 Tony Theodore <tonyt@logyst.com>

PR build/9098:
	* Makefile.in (SHELL): Use @SHELL@.
This commit is contained in:
Tom Tromey 2013-03-15 17:30:27 +00:00
parent 9ce986499e
commit a8347a2acd
2 changed files with 6 additions and 1 deletions

View 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

View File

@ -41,7 +41,7 @@ infodir = @infodir@
htmldir = $(prefix)/html
includedir = @includedir@
SHELL = /bin/sh
SHELL = @SHELL@
EXEEXT = @EXEEXT@
INSTALL = @INSTALL@