aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2003-01-02 00:47:44 +0000
committerDaniel Jacobowitz <drow@false.org>2003-01-02 00:47:44 +0000
commit980c112ced3ec0ed5f2c546efe8194490a090ade (patch)
tree450282ec6620b91f703df8f1473c89448a1cabfd /ld
parent32efd69851c7b5f8bfc97bc41106c1fa60c62584 (diff)
downloadfsf-binutils-gdb-980c112ced3ec0ed5f2c546efe8194490a090ade.zip
fsf-binutils-gdb-980c112ced3ec0ed5f2c546efe8194490a090ade.tar.gz
fsf-binutils-gdb-980c112ced3ec0ed5f2c546efe8194490a090ade.tar.bz2
Suggested by Manfred Hollstein <manfred.h@gmx.net>:
* Makefile.am (ld.1): Depend on configdoc.texi and ldver.texi. * Makefile.in: Regenerated.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog7
-rw-r--r--ld/Makefile.am2
-rw-r--r--ld/Makefile.in2
3 files changed, 9 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index f9b3d7e..79ec901 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,10 @@
+2003-01-01 Daniel Jacobowitz <drow@mvista.com>
+
+ Suggested by Manfred Hollstein <manfred.h@gmx.net>:
+ * Makefile.am (ld.1): Depend on configdoc.texi
+ and ldver.texi.
+ * Makefile.in: Regenerated.
+
2002-12-24 Dmitry Diky <diwil@mail.ru>
* Makefile.am: Add msp430 target.
diff --git a/ld/Makefile.am b/ld/Makefile.am
index 15bb1a2..1f229ba 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 ddef260..4fc8815 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 | \