diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-11-16 18:57:55 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-11-16 18:57:55 +0000 |
commit | 6c3c9dcba9acc2fd81e89f1e452b994af298e87a (patch) | |
tree | 73d08e891853c738a147be1c2053e82f615cf58e | |
parent | 2294f6e33f3fda9688ca3500bc54c8ecfc30f93b (diff) |
Sync to ../binutils/Makefile.bsd-wrapper rev. 1.76:
Always install addr2line(1), objcopy(1), and readelf(1) manuals,
even on architectures with !ELF_TOOLCHAIN && !USING_NEW_BINUTILS.
Such architectures do not yet exist, but both symmetry
and fixing potential future issues early are good ideas.
ok jsing@
-rw-r--r-- | gnu/usr.bin/binutils-2.17/Makefile.bsd-wrapper | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/usr.bin/binutils-2.17/Makefile.bsd-wrapper b/gnu/usr.bin/binutils-2.17/Makefile.bsd-wrapper index fb861fccca9..e6847f456e8 100644 --- a/gnu/usr.bin/binutils-2.17/Makefile.bsd-wrapper +++ b/gnu/usr.bin/binutils-2.17/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2011/07/04 23:58:26 drahn Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2011/11/16 18:57:54 schwarze Exp $ OLD_TOOLCHAIN=m68k m88k vax @@ -20,7 +20,9 @@ PREFIX=/usr MANDIR=${PREFIX}/share/man/cat .endif -MAN= binutils/doc/objdump.1 c++filt.1 +MAN= binutils/doc/addr2line.1 binutils/doc/objcopy.1 \ + binutils/doc/objdump.1 binutils/doc/readelf.1 \ + c++filt.1 #### gdb comes from other binutils !?!?! ###CONF_SUBDIRS+= gdb @@ -32,10 +34,8 @@ MAN= binutils/doc/objdump.1 c++filt.1 SUBDIRS+= binutils ld gas CONF_SUBDIRS+= binutils ld gas INST_SUBDIRS+= binutils ld gas -MAN+= binutils/doc/addr2line.1 binutils/doc/ar.1 \ - binutils/doc/objcopy.1 binutils/doc/ranlib.1 \ - binutils/doc/readelf.1 binutils/doc/strings.1 \ - binutils/doc/strip.1 +MAN+= binutils/doc/ar.1 binutils/doc/ranlib.1 \ + binutils/doc/strings.1 binutils/doc/strip.1 # no as or ld manual ??? # gas/doc/as.1 ld/ld.1 . else |