gprof/
* Makefile.am (TEXINFO_TEX): Remove $(top_srcdir) prefix. * Makefile.in: Regenerate. ld/ * Makefile.am (TEXINFO_TEX): Remove $(top_srcdir) prefix. * Makefile.in: Regenerate.
This commit is contained in:
parent
c6e5ee5efa
commit
959a202ebc
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)/..
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user