From 959a202ebc90003918dc698c573470c396472c35 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 2 Jun 2012 10:19:24 +0000 Subject: [PATCH] gprof/ * Makefile.am (TEXINFO_TEX): Remove $(top_srcdir) prefix. * Makefile.in: Regenerate. ld/ * Makefile.am (TEXINFO_TEX): Remove $(top_srcdir) prefix. * Makefile.in: Regenerate. --- gprof/ChangeLog | 5 +++++ gprof/Makefile.am | 2 +- gprof/Makefile.in | 4 ++-- ld/ChangeLog | 5 +++++ ld/Makefile.am | 2 +- ld/Makefile.in | 4 ++-- 6 files changed, 16 insertions(+), 6 deletions(-) diff --git a/gprof/ChangeLog b/gprof/ChangeLog index ac9c35c6be..9525010539 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,8 @@ +2012-06-02 Andreas Schwab + + * Makefile.am (TEXINFO_TEX): Remove $(top_srcdir) prefix. + * Makefile.in: Regenerate. + 2012-03-06 Tristan Gingold * corefile.c (core_create_function_syms): Do not call bsearch if diff --git a/gprof/Makefile.am b/gprof/Makefile.am index a69d06a309..edd100ac92 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/gprof/Makefile.in b/gprof/Makefile.in index a740fea18f..a9d7073c79 100644 --- a/gprof/Makefile.in +++ b/gprof/Makefile.in @@ -94,7 +94,7 @@ LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ $(LDFLAGS) -o $@ SOURCES = $(gprof_SOURCES) INFO_DEPS = gprof.info -am__TEXINFO_TEX_DIR = $(srcdir)/$(top_srcdir)/../texinfo +am__TEXINFO_TEX_DIR = $(srcdir)/../texinfo DVIS = gprof.dvi PDFS = gprof.pdf PSS = gprof.ps @@ -277,7 +277,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ 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 SUBDIRS = po BASEDIR = $(srcdir)/.. diff --git a/ld/ChangeLog b/ld/ChangeLog index caad59d900..36e548b803 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2012-06-02 Andreas Schwab + + * Makefile.am (TEXINFO_TEX): Remove $(top_srcdir) prefix. + * Makefile.in: Regenerate. + 2012-05-30 Alan Modra * ldlang.h (lang_output_section_statement_type): Rename diff --git a/ld/Makefile.am b/ld/Makefile.am index 6a0ec89217..f35ba4ba58 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 455f0f359e..a58151d1c0 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)