Use $(INSTALL_PROGRAM_ENV) consistently.
authorRoland McGrath <mcgrathr@google.com>
Tue, 10 Dec 2013 22:01:01 +0000 (14:01 -0800)
committerRoland McGrath <mcgrathr@google.com>
Tue, 10 Dec 2013 23:19:50 +0000 (15:19 -0800)
commitf2c7d7ee5b94a3ff4fe86d47e9a529cc50bfb7c5
tree652be7e7a25cd12e8c71e523b19181f1765d1fec
parent3fb00a37d0b285a9aacfbba1895dc653ad73537d
Use $(INSTALL_PROGRAM_ENV) consistently.

binutils/
* Makefile.am (install-exec-local): Prefix libtool invocation with
$(INSTALL_PROGRAM_ENV).
* Makefile.in: Regenerate.

gas/
* Makefile.am (install-exec-bindir): Prefix libtool invocation
with $(INSTALL_PROGRAM_ENV).
(install-exec-tooldir): Likewise.
* Makefile.in: Regenerate.

gold/
* Makefile.am (install-exec-local): Prefix $(INSTALL_PROGRAM) uses
with $(INSTALL_PROGRAM_ENV).
* Makefile.in: Regenerate.

ld/
* Makefile.am (install-exec-local): Prefix libtool invocation with
$(INSTALL_PROGRAM_ENV).
* Makefile.in: Regenerate.
12 files changed:
binutils/ChangeLog
binutils/Makefile.am
binutils/Makefile.in
gas/ChangeLog
gas/Makefile.am
gas/Makefile.in
gold/ChangeLog
gold/Makefile.am
gold/Makefile.in
ld/ChangeLog
ld/Makefile.am
ld/Makefile.in
This page took 0.026494 seconds and 4 git commands to generate.