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.am | |
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.am')
-rw-r--r-- | ld/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |