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]

[PATCH] fix for a problem with cxxfilt.man


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
--- binutils/doc/Makefile.in.orig	Wed Jul  4 01:35:34 2001
+++ binutils/doc/Makefile.in	Mon Jul  9 18:09:55 2001
@@ -537,7 +537,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

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