Fix am__TEXINFO_TEX_DIR for gprof and ld
Andreas Schwab
schwab@linux-m68k.org
Fri Jun 1 15:26:00 GMT 2012
This is a better fix.
Andreas.
gprof/
* Makefile.am (TEXINFO_TEX): Remove $(top_srcdir) prefix.
* Makefile.in: Regenerate.
ld/
* Makefile.am (TEXINFO_TEX): Remove $(top_srcdir) prefix.
* Makefile.in: Regenerate.
diff --git a/gprof/Makefile.am b/gprof/Makefile.am
index a69d06a..edd100a 100644
--- a/gprof/Makefile.am
+++ b/gprof/Makefile.am
@@ -2,7 +2,7 @@
AUTOMAKE_OPTIONS = 1.11 foreign no-dist no-texinfo.tex
ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
-TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
+TEXINFO_TEX = ../texinfo/texinfo.tex
SUFFIXES = .m
diff --git a/ld/Makefile.am b/ld/Makefile.am
index 6a0ec89..f35ba4b 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -2,7 +2,7 @@
AUTOMAKE_OPTIONS = dejagnu no-texinfo.tex no-dist foreign
ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
-TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
+TEXINFO_TEX = ../texinfo/texinfo.tex
SUBDIRS = po
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
More information about the Binutils
mailing list