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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | binutils/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/Makefile.am b/binutils/Makefile.am index 8be4f7b..56c67d9 100644 --- a/binutils/Makefile.am +++ b/binutils/Makefile.am @@ -44,7 +44,7 @@ NLMCONV_PROG=nlmconv DLLTOOL_PROG=dlltool WINDRES_PROG=windres -SRCONV_PROG=srconv sysdump coffdump +SRCONV_PROG=srconv$(EXEEXT) sysdump$(EXEEXT) coffdump$(EXEEXT) man_MANS = ar.1 nm.1 objdump.1 ranlib.1 size.1 strings.1 strip.1 objcopy.1 \ addr2line.1 nlmconv.1 $(DEMANGLER_PROG).1 |