aboutsummaryrefslogtreecommitdiff
path: root/binutils/Makefile.in
diff options
context:
space:
mode:
authorGeoffrey Noer <noer@cygnus>1998-04-30 01:15:38 +0000
committerGeoffrey Noer <noer@cygnus>1998-04-30 01:15:38 +0000
commit1bfa8616c396ea6f5aad3fc5f1f022053b279f2e (patch)
tree1695f45b855f0066bb6a7337e27a69a7dd6cb37a /binutils/Makefile.in
parentba7634adf9aa0052c36347b1bb2246226e944f28 (diff)
downloadgdb-1bfa8616c396ea6f5aad3fc5f1f022053b279f2e.zip
gdb-1bfa8616c396ea6f5aad3fc5f1f022053b279f2e.tar.gz
gdb-1bfa8616c396ea6f5aad3fc5f1f022053b279f2e.tar.bz2
Wed Apr 29 18:05:52 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 program * configure: regenerate
Diffstat (limited to 'binutils/Makefile.in')
-rw-r--r--binutils/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/Makefile.in b/binutils/Makefile.in
index 78b45b8..0cca246 100644
--- a/binutils/Makefile.in
+++ b/binutils/Makefile.in
@@ -117,7 +117,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