diff options
author | Roland McGrath <mcgrathr@google.com> | 2013-12-10 14:01:01 -0800 |
---|---|---|
committer | Roland McGrath <mcgrathr@google.com> | 2013-12-10 15:19:50 -0800 |
commit | f2c7d7ee5b94a3ff4fe86d47e9a529cc50bfb7c5 (patch) | |
tree | 652be7e7a25cd12e8c71e523b19181f1765d1fec /binutils/ChangeLog | |
parent | 3fb00a37d0b285a9aacfbba1895dc653ad73537d (diff) | |
download | gdb-f2c7d7ee5b94a3ff4fe86d47e9a529cc50bfb7c5.zip gdb-f2c7d7ee5b94a3ff4fe86d47e9a529cc50bfb7c5.tar.gz gdb-f2c7d7ee5b94a3ff4fe86d47e9a529cc50bfb7c5.tar.bz2 |
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.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index ca2a322..9a3d22a 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2013-12-10 Roland McGrath <mcgrathr@google.com> + + * Makefile.am (install-exec-local): Prefix libtool invocation with + $(INSTALL_PROGRAM_ENV). + * Makefile.in: Regenerate. + 2013-11-22 Cory Fields <cory@coryfields.com> * windres.c (define_resource): Use zero for timestamp, making |