From: Daniel Jacobowitz Date: Thu, 2 Jan 2003 00:51:34 +0000 (+0000) Subject: Suggested by Manfred Hollstein : X-Git-Tag: binutils-2_13_2_1~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8549d5a51cb63f224eaa98bc52376e8d19091307;p=thirdparty%2Fbinutils-gdb.git Suggested by Manfred Hollstein : * Makefile.am (ld.1): Depend on configdoc.texi and ldver.texi. * Makefile.in: Regenerated. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index d25783005ad..3613ab7494a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2003-01-01 Daniel Jacobowitz + + Suggested by Manfred Hollstein : + * Makefile.am (ld.1): Depend on configdoc.texi + and ldver.texi. + * Makefile.in: Regenerated. + 2002-12-17 Nick Clifton * emultempl/pe.em (longopts): Duplicate entry for --compact-implib diff --git a/ld/Makefile.am b/ld/Makefile.am index 8247d25d93c..339d9093f38 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -1186,7 +1186,7 @@ ld.dvi: $(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. -ld.1: $(srcdir)/ld.texinfo +ld.1: $(srcdir)/ld.texinfo configdoc.texi ldver.texi touch $@ -$(TEXI2POD) $(MANCONF) < $(srcdir)/ld.texinfo > ld.pod -($(POD2MAN) ld.pod | \ diff --git a/ld/Makefile.in b/ld/Makefile.in index f9d9fa492ce..42626e0b764 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -1898,7 +1898,7 @@ ld.dvi: $(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. -ld.1: $(srcdir)/ld.texinfo +ld.1: $(srcdir)/ld.texinfo configdoc.texi ldver.texi touch $@ -$(TEXI2POD) $(MANCONF) < $(srcdir)/ld.texinfo > ld.pod -($(POD2MAN) ld.pod | \ diff --git a/ld/ld.1 b/ld/ld.1 index 2a89581aef4..f5e7420a3b1 100644 --- a/ld/ld.1 +++ b/ld/ld.1 @@ -128,7 +128,7 @@ .\" ======================================================================== .\" .IX Title "LD 1" -.TH LD 1 "2002-12-16" "binutils-2.13.1" "GNU Development Tools" +.TH LD 1 "2003-01-01" "binutils-2.13.2" "GNU Development Tools" .SH "NAME" ld \- Using LD, the GNU linker .SH "SYNOPSIS"