gprof/
authorAndreas Schwab <schwab@linux-m68k.org>
Sat, 2 Jun 2012 10:19:24 +0000 (10:19 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Sat, 2 Jun 2012 10:19:24 +0000 (10:19 +0000)
* 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
gprof/Makefile.am
gprof/Makefile.in
ld/ChangeLog
ld/Makefile.am
ld/Makefile.in

index ac9c35c6bee4bb3a8c7dde85b2e168ab961f412b..952501053930c9316018390ef4b323a5cb4c7b76 100644 (file)
@@ -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-03-06  Tristan Gingold  <gingold@adacore.com>
 
        * corefile.c (core_create_function_syms): Do not call bsearch if
index a69d06a309dac7433fac0a321c48b819c9a3d435..edd100ac924458a1e69da65cab55ddb6a3b61555 100644 (file)
@@ -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
 
index a740fea18fc11ff4ac88d9d8e70914c5a7962c5e..a9d7073c799863dc3b39124f83dbcba73bf8bf85 100644 (file)
@@ -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)/..
index caad59d900b907085aa7cd9d899794c4d1e8eb7e..36e548b8032c753252d9909aafd98383e1eaa233 100644 (file)
@@ -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
index 6a0ec8921790a45b524c7564596075f6715ff04c..f35ba4ba5820c0de9ab18ae4c8550371b786dd18 100644 (file)
@@ -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
 
index 455f0f359e97ff9a2f76fd9fc11f8c871f140f62..a58151d1c070ff2b16f973f68c7925b8b2bb6797 100644 (file)
@@ -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)
 
This page took 0.0298119999999999 seconds and 4 git commands to generate.