From 959a202ebc90003918dc698c573470c396472c35 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 2 Jun 2012 10:19:24 +0000 Subject: gprof/ * Makefile.am (TEXINFO_TEX): Remove $(top_srcdir) prefix. * Makefile.in: Regenerate. ld/ * Makefile.am (TEXINFO_TEX): Remove $(top_srcdir) prefix. * Makefile.in: Regenerate. --- ld/ChangeLog | 5 +++++ ld/Makefile.am | 2 +- ld/Makefile.in | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) (limited to 'ld') 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 + + * 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 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) -- cgit v1.1