From 7263c0af94a1d5368e65a57449a0b5b35bf406a7 Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Sun, 16 Feb 2003 15:09:04 +0000 Subject: Synch cxxfilt man page with reality and arrange for it to get built and installed. Noticed by jmc@ --- gnu/usr.bin/binutils/Makefile.bsd-wrapper | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'gnu/usr.bin/binutils/Makefile.bsd-wrapper') diff --git a/gnu/usr.bin/binutils/Makefile.bsd-wrapper b/gnu/usr.bin/binutils/Makefile.bsd-wrapper index 981c1bd4a7f..b3a1735ae98 100644 --- a/gnu/usr.bin/binutils/Makefile.bsd-wrapper +++ b/gnu/usr.bin/binutils/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.49 2003/02/02 15:20:11 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.50 2003/02/16 15:09:03 espie Exp $ NEW_BINUTILS=alpha mips powerpc hppa sparc64 sparc @@ -14,7 +14,7 @@ PREFIX=/usr MANDIR=${PREFIX}/share/man/cat .endif -MAN= binutils/objdump.1 +MAN= binutils/objdump.1 c++filt.1 .if (${MACHINE_ARCH} != "unknown") SUBDIRS+= gdb mmalloc @@ -96,6 +96,9 @@ prereq: config.status sed -e '/^#include "ansidecl.h"/r${.CURDIR}/include/ansidecl.h' -e '//d' \ bfd/bfd.h >bfd/mybfd.h +c++filt.1: binutils/cxxfilt.man + sed -e 's,@PROGRAM@,c++filt,' <${.CURDIR}/binutils/cxxfilt.man >$@ + includes: install -C -o ${BINOWN} -g ${BINGRP} -m ${NONBINMODE} \ ${.CURDIR}/include/bfdlink.h ${DESTDIR}/usr/include -- cgit v1.2.3