From: Stan Shebs Date: Sun, 12 Nov 1995 21:03:38 +0000 (+0000) Subject: * mpw-make.sed (DEMANGLER_PROG): Edit out attempts to do anything X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d101d7bf06a9fdf648542ff0716888b5aefeb2ca;p=binutils-gdb.git * mpw-make.sed (DEMANGLER_PROG): Edit out attempts to do anything with the man page. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index ff6c6a318f4..58dac2571da 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,13 @@ +Sun Nov 12 12:56:05 1995 Stan Shebs + + * mpw-make.sed (DEMANGLER_PROG): Edit out attempts to do anything + with the man page. + +Fri Nov 10 11:41:22 1995 Ian Lance Taylor + + * objcopy.c (setup_section): Copy the section lma independently of + the vma. + Wed Nov 8 11:33:00 1995 Ian Lance Taylor * arsup.c (ar_open): Cast malloc return value. diff --git a/binutils/mpw-make.sed b/binutils/mpw-make.sed index 99259cec921..6984d2fd471 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// +