aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.am
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2006-12-12 14:31:48 +0000
committerDaniel Jacobowitz <drow@false.org>2006-12-12 14:31:48 +0000
commit37d037c12dfbea00a85ee927fc6d9904dbeaf1bb (patch)
treee376d1d895a0daf383f6b6fc638620e8b668b65c /ld/Makefile.am
parent67f744f3bcb1ac18f5a9a1394e6b6344fd5284c6 (diff)
downloadgdb-37d037c12dfbea00a85ee927fc6d9904dbeaf1bb.zip
gdb-37d037c12dfbea00a85ee927fc6d9904dbeaf1bb.tar.gz
gdb-37d037c12dfbea00a85ee927fc6d9904dbeaf1bb.tar.bz2
bfd/
* doc/Makefile.am (bfd_TEXINFOS): Set. (bfd.info bfd.dvi bfd.html): Delete rule. * doc/Makefile.in: Regenerated. gas/ * doc/Makefile.am (as_TEXINFOS): Set. (as.info as.dvi as.html): Delete rule. * doc/Makefile.in: Regenerated. gprof/ * Makefile.am (gprof_TEXINFOS): Set. (gprof.info gprof.dvi gprof.html): Delete rule. * Makefile.in: Regenerated. ld/ * Makefile.am (ld_TEXINFOS): Set. (ld.info ld.dvi ld.html): Delete rule. * Makefile.in: Regenerated.
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.