2013-03-15 Tony Theodore <tonyt@logyst.com>
PR build/9098: * Makefile.in (SHELL): Use @SHELL@.
This commit is contained in:
parent
9ce986499e
commit
a8347a2acd
@ -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>
|
2013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
|
||||||
|
|
||||||
* tracepoint.c (cmd_qtv): Initialize `val' with zero, silencing
|
* tracepoint.c (cmd_qtv): Initialize `val' with zero, silencing
|
||||||
|
@ -41,7 +41,7 @@ infodir = @infodir@
|
|||||||
htmldir = $(prefix)/html
|
htmldir = $(prefix)/html
|
||||||
includedir = @includedir@
|
includedir = @includedir@
|
||||||
|
|
||||||
SHELL = /bin/sh
|
SHELL = @SHELL@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
|
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
|
Loading…
Reference in New Issue
Block a user