binutils/ 2007-08-12 Matthias Klose * doc/Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Include $(top_srcdir)/../../bfd/doc. * doc/Makefile.in: Regenerate. gas/ 2007-08-12 Matthias Klose * doc/Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Include $(top_srcdir)/../../bfd/doc. * doc/Makefile.in: Regenerate. gprof/ 2007-08-12 Matthias Klose * Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Include $(top_srcdir)/../../bfd/doc. * Makefile.in: Regenerate. @DPATCH@ --- ./binutils/doc/Makefile.am~ 2007-06-19 15:24:33.000000000 +0200 +++ ./binutils/doc/Makefile.am 2007-08-12 11:17:47.000000000 +0200 @@ -35,9 +35,9 @@ binutils_TEXI = $(srcdir)/binutils.texi AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \ - -I ../../bfd/doc + -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \ - -I ../../bfd/doc + -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc # Man page generation from texinfo addr2line.1: $(binutils_TEXI) $(binutils_TEXINFOS) --- ./binutils/doc/Makefile.in~ 2007-07-02 09:12:49.000000000 +0200 +++ ./binutils/doc/Makefile.in 2007-08-12 11:18:52.000000000 +0200 @@ -256,10 +256,10 @@ info_TEXINFOS = binutils.texi binutils_TEXI = $(srcdir)/binutils.texi AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \ - -I ../../bfd/doc + -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \ - -I ../../bfd/doc + -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc MOSTLYCLEANFILES = $(DEMANGLER_NAME).1 html__strip_dir = `echo $$p | sed -e 's|^.*/||'`; --- ./gas/doc/Makefile.am~ 2007-06-29 16:09:30.000000000 +0200 +++ ./gas/doc/Makefile.am 2007-08-12 11:38:05.000000000 +0200 @@ -19,9 +19,9 @@ as_TEXINFOS = asconfig.texi $(CPU_DOCS) AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \ - -I ../../bfd/doc + -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \ - -I ../../bfd/doc + -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc asconfig.texi: $(CONFIG).texi rm -f asconfig.texi --- ./gas/doc/Makefile.in~ 2007-07-02 09:12:50.000000000 +0200 +++ ./gas/doc/Makefile.in 2007-08-12 11:39:04.000000000 +0200 @@ -226,10 +226,10 @@ info_TEXINFOS = as.texinfo as_TEXINFOS = asconfig.texi $(CPU_DOCS) AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \ - -I ../../bfd/doc + -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \ - -I ../../bfd/doc + -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc CPU_DOCS = \ c-alpha.texi \ --- ./gprof/Makefile.am~ 2007-07-05 11:07:30.000000000 +0200 +++ ./gprof/Makefile.am 2007-08-12 11:58:20.000000000 +0200 @@ -65,8 +65,8 @@ gprof_TEXINFOS = config.texi man_MANS = gprof.1 -AM_MAKEINFOFLAGS = -I "$(srcdir)" -I ../bfd/doc -TEXI2DVI = texi2dvi -I "$(srcdir)" -I ../bfd/doc +AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc +TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc config.texi: echo "@set top_srcdir $(top_srcdir)" >> ./config.texi --- ./gprof/Makefile.in~ 2007-07-05 11:07:30.000000000 +0200 +++ ./gprof/Makefile.in 2007-08-12 11:58:40.000000000 +0200 @@ -272,8 +272,8 @@ info_TEXINFOS = gprof.texi gprof_TEXINFOS = config.texi man_MANS = gprof.1 -AM_MAKEINFOFLAGS = -I "$(srcdir)" -I ../bfd/doc -TEXI2DVI = texi2dvi -I "$(srcdir)" -I ../bfd/doc +AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc +TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc html__strip_dir = `echo $$p | sed -e 's|^.*/||'`; CLEANFILES = dep.sed DEP DEPA DEP1 DEP2 MAINTAINERCLEANFILES = gprof.info