This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] fix for a problem with cxxfilt.man


On Wed, Jul 11, 2001 at 09:14:15PM +0900, Bang Jun-Young wrote:
> Hi,
> 
> binutils-cvs has a problem that causes an error when compiling
> it under a directory other than $(top_srcdir). This patch fixes it.
> 
> Jun-Young
> 
> -- 
> Bang Jun-Young <bjy@mogua.org>
> 

> --- binutils/doc/Makefile.am.orig	Wed Jul  4 01:35:34 2001
> +++ binutils/doc/Makefile.am	Mon Jul  9 18:09:41 2001
> @@ -146,7 +146,7 @@
>  
>  $(DEMANGLER_NAME).1: cxxfilt.man Makefile
>  	sed -e 's/@PROGRAM@/$(DEMANGLER_NAME)/' \
> -	    -e 's/cxxfilt/$(DEMANGLER_NAME)/' < cxxfilt.man \
> +	    -e 's/cxxfilt/$(DEMANGLER_NAME)/' < $(srcdir)/cxxfilt.man \
>  		> $(DEMANGLER_NAME).1
>  
>  # Maintenance

It can't be right. Please remove cxxfilt.man from your source tree
and rebuild.


H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]