diff options
author | Geoffrey Noer <noer@cygnus> | 1998-04-30 05:23:50 +0000 |
---|---|---|
committer | Geoffrey Noer <noer@cygnus> | 1998-04-30 05:23:50 +0000 |
commit | fdcf7943a047aef4c8392b4cdc5c9094190a5ac9 (patch) | |
tree | 22fbd542abfb8f35440a80b48b43caa9d9224d5f /binutils/ChangeLog | |
parent | 1bfa8616c396ea6f5aad3fc5f1f022053b279f2e (diff) | |
download | gdb-fdcf7943a047aef4c8392b4cdc5c9094190a5ac9.zip gdb-fdcf7943a047aef4c8392b4cdc5c9094190a5ac9.tar.gz gdb-fdcf7943a047aef4c8392b4cdc5c9094190a5ac9.tar.bz2 |
Wed Apr 29 22:22:55 1998 Geoffrey Noer <noer@cygnus.com>
* configure.in: Stop appending EXEEXT to the end of
SRCONV_PROG (wrong because that variable may contain multiple
programs)
* Makefile.am: instead, add EXEEXTs to each SRCONV_PROG
program
* Makefile.in: regenerate
* configure: regenerate
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index e4da544..7e436ba 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,10 +1,11 @@ -Wed Apr 29 18:05:52 1998 Geoffrey Noer <noer@cygnus.com> +Wed Apr 29 22:22:55 1998 Geoffrey Noer <noer@cygnus.com> * configure.in: Stop appending EXEEXT to the end of SRCONV_PROG (wrong because that variable may contain multiple programs) - * Makefile.in: instead, add EXEEXTs to each SRCONV_PROG + * Makefile.am: instead, add EXEEXTs to each SRCONV_PROG program + * Makefile.in: regenerate * configure: regenerate Tue Apr 28 19:14:34 1998 Tom Tromey <tromey@cygnus.com> |