diff options
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index 2f92508..37ae95d 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -832,6 +832,8 @@ distclean-libtool: rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \ exit 1; \ fi +$(srcdir)/ld.info: ld.texinfo +ld.dvi: ld.texinfo ld.pdf: ld.texinfo ld.html: ld.texinfo .dvi.ps: @@ -2469,8 +2471,7 @@ ldver.texi: $(srcdir)/../bfd/configure eval `grep '^ *VERSION=' $(srcdir)/../bfd/configure`; \ echo "@set VERSION $$VERSION" > $@ -$(srcdir)/ld.info: $(srcdir)/ld.texinfo configdoc.texi ldver.texi -ld.dvi: $(srcdir)/ld.texinfo configdoc.texi ldver.texi +$(srcdir)/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 |