aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-08-04 19:32:56 +0000
committerIan Lance Taylor <ian@airs.com>1997-08-04 19:32:56 +0000
commitbf2a3cb1af5100a9bc0d4b574891aaaf82dbbad9 (patch)
treeee991cfbc0b7e0185b8165d0f4d50e2d64a5243c /binutils/ChangeLog
parent0426955144915aaff23fd800780b44ce279309f7 (diff)
downloadgdb-bf2a3cb1af5100a9bc0d4b574891aaaf82dbbad9.zip
gdb-bf2a3cb1af5100a9bc0d4b574891aaaf82dbbad9.tar.gz
gdb-bf2a3cb1af5100a9bc0d4b574891aaaf82dbbad9.tar.bz2
* Makefile.am (TOOL_PROGS): Use an explicit $(EXEEXT).
(install-exec-local): When handling $(noinst_PROGRAMS), only use $(EXEEXT) on the installed file. When handling $(TOOL_PROGS), handle $(EXEEXT) correctly. * configure.in: Add an explicit $(EXEEXT) when substituting for the name of a program to build. * Makefile.in, configure: Rebuild.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 7733238..2444671 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,5 +1,13 @@
Mon Aug 4 11:47:31 1997 Ian Lance Taylor <ian@cygnus.com>
+ * Makefile.am (TOOL_PROGS): Use an explicit $(EXEEXT).
+ (install-exec-local): When handling $(noinst_PROGRAMS), only use
+ $(EXEEXT) on the installed file. When handling $(TOOL_PROGS),
+ handle $(EXEEXT) correctly.
+ * configure.in: Add an explicit $(EXEEXT) when substituting for
+ the name of a program to build.
+ * Makefile.in, configure: Rebuild.
+
* aclocal.m4, configure, Makefile.in: Rebuild with new automake
patches.