From: drow Date: Thu, 2 Jan 2003 00:47:43 +0000 (+0000) Subject: Suggested by Manfred Hollstein : X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=d84ba85be708f7b0d1db45b661a0395c45be6240;p=pf3gnuchains%2Fsourceware.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 f9b3d7e0b7..79ec901d56 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-24 Dmitry Diky * Makefile.am: Add msp430 target. diff --git a/ld/Makefile.am b/ld/Makefile.am index 15bb1a22da..1f229ba05b 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -1437,7 +1437,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 ddef26096e..4fc8815597 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -2149,7 +2149,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 | \