aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2012-06-02 10:19:24 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2012-06-02 10:19:24 +0000
commit959a202ebc90003918dc698c573470c396472c35 (patch)
treee4b81877eee8e98de43ac05f7ff567b4d05ec6a7 /ld
parentc6e5ee5efa5cfda9531dd64d13dbe645ad2ab84c (diff)
downloadfsf-binutils-gdb-959a202ebc90003918dc698c573470c396472c35.zip
fsf-binutils-gdb-959a202ebc90003918dc698c573470c396472c35.tar.gz
fsf-binutils-gdb-959a202ebc90003918dc698c573470c396472c35.tar.bz2
gprof/
* Makefile.am (TEXINFO_TEX): Remove $(top_srcdir) prefix. * Makefile.in: Regenerate. ld/ * Makefile.am (TEXINFO_TEX): Remove $(top_srcdir) prefix. * Makefile.in: Regenerate.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/Makefile.am2
-rw-r--r--ld/Makefile.in4
3 files changed, 8 insertions, 3 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index caad59d..36e548b 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2012-06-02 Andreas Schwab <schwab@linux-m68k.org>
+
+ * Makefile.am (TEXINFO_TEX): Remove $(top_srcdir) prefix.
+ * Makefile.in: Regenerate.
+
2012-05-30 Alan Modra <amodra@gmail.com>
* ldlang.h (lang_output_section_statement_type): Rename
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
diff --git a/ld/Makefile.in b/ld/Makefile.in
index 455f0f3..a58151d 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -119,7 +119,7 @@ LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
SOURCES = $(libldtestplug_la_SOURCES) $(ld_new_SOURCES) \
$(EXTRA_ld_new_SOURCES)
INFO_DEPS = ld.info
-am__TEXINFO_TEX_DIR = $(srcdir)/$(top_srcdir)/../texinfo
+am__TEXINFO_TEX_DIR = $(srcdir)/../texinfo
DVIS = ld.dvi
PDFS = ld.pdf
PSS = ld.ps
@@ -344,7 +344,7 @@ top_srcdir = @top_srcdir@
use_sysroot = @use_sysroot@
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
tooldir = $(exec_prefix)/$(target_alias)