diff options
Diffstat (limited to 'bfd/configure.in')
-rw-r--r-- | bfd/configure.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bfd/configure.in b/bfd/configure.in index c2891b4..f5d8209 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -148,8 +148,7 @@ do fi done -# We don't do any links based on the target system, just minor makefile -# config. +# We don't do any links based on the target system, just makefile config. # post-target: @@ -263,7 +262,7 @@ if [ x${all_targets} = xfalse ]; then z8kcoff_vec) tb="$tb coff-z8k.o" ;; "") ;; - *) echo "*** unknown target vector $vec in $f" 1>&2; exit 1 ;; + *) echo "*** unknown target vector $vec" 1>&2; exit 1 ;; esac done |