aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r--ld/Makefile.am3
1 files changed, 1 insertions, 2 deletions
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.