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]

build error in binutils/doc/


Hi,

This patch fixes a build error when building the CVS snapshot with
builddir != srcdir.  cxxfilt.man is in $(srcdir).


2001-09-15  Bruno Haible  <haible@clisp.cons.org>

	* doc/Makefile.am (c++filt.1): Use $(srcdir)/cxxfilt.man, not
	cxxfilt.man.

diff -r -c3 --exclude=ldlex.c --exclude=m68k-parse.c --exclude=nlmheader.c --exclude=rclex.c --exclude=rcparse.c binutils-010912.orig/binutils/doc/Makefile.am binutils-010912/binutils/doc/Makefile.am
*** binutils-010912.orig/binutils/doc/Makefile.am	Wed Aug  1 17:54:41 2001
--- binutils-010912/binutils/doc/Makefile.am	Sat Sep 15 19:58:34 2001
***************
*** 147,153 ****
  
  $(DEMANGLER_NAME).1: cxxfilt.man Makefile
  	sed -e 's/@PROGRAM@/$(DEMANGLER_NAME)/' \
! 	    -e 's/cxxfilt/$(DEMANGLER_NAME)/' < cxxfilt.man \
  		> $(DEMANGLER_NAME).1
  
  # Maintenance
--- 147,153 ----
  
  $(DEMANGLER_NAME).1: cxxfilt.man Makefile
  	sed -e 's/@PROGRAM@/$(DEMANGLER_NAME)/' \
! 	    -e 's/cxxfilt/$(DEMANGLER_NAME)/' < $(srcdir)/cxxfilt.man \
  		> $(DEMANGLER_NAME).1
  
  # Maintenance


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