diff options
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 6 | ||||
-rw-r--r-- | ld/Makefile.am | 3 | ||||
-rw-r--r-- | ld/Makefile.in | 14 |
3 files changed, 14 insertions, 9 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index a3a60d5..43f9ec8 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2006-12-12 Daniel Jacobowitz <dan@codesourcery.com> + + * Makefile.am (ld_TEXINFOS): Set. + (ld.info ld.dvi ld.html): Delete rule. + * Makefile.in: Regenerated. + 2006-12-12 Ina Pandit <inap@kpitcummins.com> * ldlang.c (print_output_section_statement): Print load address diff --git a/ld/Makefile.am b/ld/Makefile.am index 9b8d198..5cf46ba 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -91,6 +91,7 @@ CXX_FOR_TARGET = ` \ noinst_PROGRAMS = ld-new info_TEXINFOS = ld.texinfo +ld_TEXINFOS = configdoc.texi ldver.texi noinst_TEXINFOS = ldint.texinfo man_MANS = ld.1 @@ -1760,8 +1761,6 @@ ldver.texi: $(srcdir)/../bfd/configure eval `grep '^ *VERSION=' $(srcdir)/../bfd/configure`; \ echo "@set VERSION $$VERSION" > $@ -ld.info ld.dvi ld.html: $(srcdir)/ld.texinfo configdoc.texi ldver.texi - # Build the man page from the texinfo file # The sed command removes the no-adjust Nroff command so that # the man output looks standard. diff --git a/ld/Makefile.in b/ld/Makefile.in index 5d9659a..7c802b4 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -49,7 +49,8 @@ DIST_COMMON = $(srcdir)/../config.guess $(srcdir)/../config.sub NEWS \ $(srcdir)/config.in $(srcdir)/../mkinstalldirs \ $(top_srcdir)/po/Make-in ldgram.h ldgram.c ldlex.c deffilep.h \ deffilep.c $(srcdir)/../ylwrap $(srcdir)/../ltmain.sh \ - $(srcdir)/../config.guess $(srcdir)/../config.sub + $(srcdir)/../config.guess $(srcdir)/../config.sub \ + $(ld_TEXINFOS) subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ @@ -329,6 +330,7 @@ CXX_FOR_TARGET = ` \ fi` info_TEXINFOS = ld.texinfo +ld_TEXINFOS = configdoc.texi ldver.texi noinst_TEXINFOS = ldint.texinfo man_MANS = ld.1 AM_MAKEINFOFLAGS = -I $(srcdir) -I $(BFDDIR)/doc -I $(top_srcdir)/../libiberty @@ -813,7 +815,7 @@ clean-libtool: distclean-libtool: -rm -f libtool -ld.info: ld.texinfo +ld.info: ld.texinfo $(ld_TEXINFOS) restore=: && backupdir="$(am__leading_dot)am$$$$" && \ rm -rf $$backupdir && mkdir $$backupdir && \ if ($(MAKEINFO) --version) >/dev/null 2>&1; then \ @@ -831,17 +833,17 @@ ld.info: ld.texinfo fi; \ rm -rf $$backupdir; exit $$rc -ld.dvi: ld.texinfo +ld.dvi: ld.texinfo $(ld_TEXINFOS) TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ $(TEXI2DVI) -o $@ `test -f 'ld.texinfo' || echo '$(srcdir)/'`ld.texinfo -ld.pdf: ld.texinfo +ld.pdf: ld.texinfo $(ld_TEXINFOS) TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ $(TEXI2PDF) -o $@ `test -f 'ld.texinfo' || echo '$(srcdir)/'`ld.texinfo -ld.html: ld.texinfo +ld.html: ld.texinfo $(ld_TEXINFOS) rm -rf $(@:.html=.htp) if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ -o $(@:.html=.htp) `test -f 'ld.texinfo' || echo '$(srcdir)/'`ld.texinfo; \ @@ -2562,8 +2564,6 @@ ldver.texi: $(srcdir)/../bfd/configure eval `grep '^ *VERSION=' $(srcdir)/../bfd/configure`; \ echo "@set VERSION $$VERSION" > $@ -ld.info ld.dvi ld.html: $(srcdir)/ld.texinfo configdoc.texi ldver.texi - # Build the man page from the texinfo file # The sed command removes the no-adjust Nroff command so that # the man output looks standard. |