diff options
| author | mrg <mrg@NetBSD.org> | 2003-03-05 07:19:13 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2003-03-05 07:19:13 +0000 |
| commit | bcc7fbc4566155339a3329dd5b2a8cdeae7c7b8a (patch) | |
| tree | 9730374d8c74a4fefbf0feea04e5dc366798957e /gnu/usr.bin/binutils/c++filt | |
| parent | 5ff82b6aaa585f12e8079c7b2ff98be5a0a0a60f (diff) | |
regenerate all this files with correct man_MANS and TEXINFO, and 'generated
from' lines. this should fix set lists problems with missing binutils man
pages and info manual.
Diffstat (limited to 'gnu/usr.bin/binutils/c++filt')
| -rw-r--r-- | gnu/usr.bin/binutils/c++filt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/c++filt/Makefile b/gnu/usr.bin/binutils/c++filt/Makefile index cdb02473101..ba4b1d0cf6f 100644 --- a/gnu/usr.bin/binutils/c++filt/Makefile +++ b/gnu/usr.bin/binutils/c++filt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2002/09/16 16:22:17 thorpej Exp $ +# $NetBSD: Makefile,v 1.12 2003/03/05 07:19:13 mrg Exp $ PROG= c++filt CPPFLAGS+= -DMAIN @@ -10,5 +10,5 @@ CLEANFILES+= c++filt.1 .PATH: ${DIST}/libiberty -c++filt.1: ${DIST}/binutils/cxxfilt.man +c++filt.1: ${DIST}/binutils/doc/cxxfilt.man sed -e "s/@PROGRAM@/${PROG}/" < $> > $@ |
