diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2012-06-02 10:19:24 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2012-06-02 10:19:24 +0000 |
commit | 959a202ebc90003918dc698c573470c396472c35 (patch) | |
tree | e4b81877eee8e98de43ac05f7ff567b4d05ec6a7 /ld/Makefile.in | |
parent | c6e5ee5efa5cfda9531dd64d13dbe645ad2ab84c (diff) | |
download | gdb-959a202ebc90003918dc698c573470c396472c35.zip gdb-959a202ebc90003918dc698c573470c396472c35.tar.gz 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/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
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) |