diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-11-12 21:03:38 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-11-12 21:03:38 +0000 |
commit | d101d7bf06a9fdf648542ff0716888b5aefeb2ca (patch) | |
tree | 0c6411ef2d36fa787247893d3fc7adbbee8ead92 /binutils/mpw-make.sed | |
parent | c769947b4a564a66004a4347b1acf52ee4284563 (diff) | |
download | gdb-d101d7bf06a9fdf648542ff0716888b5aefeb2ca.zip gdb-d101d7bf06a9fdf648542ff0716888b5aefeb2ca.tar.gz gdb-d101d7bf06a9fdf648542ff0716888b5aefeb2ca.tar.bz2 |
* mpw-make.sed (DEMANGLER_PROG): Edit out attempts to do anything
with the man page.
Diffstat (limited to 'binutils/mpw-make.sed')
-rw-r--r-- | binutils/mpw-make.sed | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/mpw-make.sed b/binutils/mpw-make.sed index 99259ce..6984d2f 100644 --- a/binutils/mpw-make.sed +++ b/binutils/mpw-make.sed @@ -70,3 +70,9 @@ BUILD_DLLTOOL = \ /^Makefile \\Option-f/,/^$/d /^"{o}"config.h \\Option-f/,/^$/d /^config.status \\Option-f/,/^$/d + +# Don't try to make the demangler's man page, it's useless. +/^{DEMANGLER_PROG}\.1 \\Option-f/,/^$/d +# Don't depend on it either. +/{DEMANGLER_PROG}/s/ {DEMANGLER_PROG}\.1// + |