summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2005-05-21 22:22:20 +0000
committerH.J. Lu <hjl@lucon.org>2005-05-21 22:22:20 +0000
commit1144121a8c17b98b9da65dacc9a198ea7dc3e406 (patch)
treedebbd9baaafa70fe5155e970ab3c7bb21c11f825
parent3e36afdcb62385430fabb7111ebe126a25d2ad64 (diff)
downloadbinutils-redhat-1144121a8c17b98b9da65dacc9a198ea7dc3e406.tar.gz
2005-05-21 H.J. Lu <hongjiu.lu@intel.com>
* Makefile.am (ld.1): Depend on "info" instead of "configdoc.texi ldver.texi". * Makefile.in: Regenerated.
-rw-r--r--ld/ChangeLog6
-rw-r--r--ld/Makefile.am6
-rw-r--r--ld/Makefile.in6
3 files changed, 12 insertions, 6 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index c5f3ca0493..2eebf31a3c 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,11 @@
2005-05-21 H.J. Lu <hongjiu.lu@intel.com>
+ * Makefile.am (ld.1): Depend on "info" instead of
+ "configdoc.texi ldver.texi".
+ * Makefile.in: Regenerated.
+
+2005-05-21 H.J. Lu <hongjiu.lu@intel.com>
+
* Makefile.am (ld.1): Depend on "info".
* Makefile.in: Regenerated.
diff --git a/ld/Makefile.am b/ld/Makefile.am
index a4a52d7f9e..b5b154b9e1 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -1644,7 +1644,9 @@ 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 configdoc.texi ldver.texi
+# It depends on "info" instead of "configdoc.texi ldver.texi" to
+# support parallel build.
+ld.1: $(srcdir)/ld.texinfo info
touch $@
-$(TEXI2POD) $(MANCONF) < $(srcdir)/ld.texinfo > ld.pod
-($(POD2MAN) ld.pod | \
@@ -1699,8 +1701,6 @@ EXTRA_DIST = ldgram.c ldgram.h ldlex.c $(man_MANS)
diststuff: info $(EXTRA_DIST)
all: info ld.1
-ld.1: info
-
DISTCLEANFILES = tdirs site.exp site.bak stringify.sed
distclean-local:
rm -rf ldscripts
diff --git a/ld/Makefile.in b/ld/Makefile.in
index db78a434ff..eec16c76b8 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -2437,7 +2437,9 @@ 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 configdoc.texi ldver.texi
+# It depends on "info" instead of "configdoc.texi ldver.texi" to
+# support parallel build.
+ld.1: $(srcdir)/ld.texinfo info
touch $@
-$(TEXI2POD) $(MANCONF) < $(srcdir)/ld.texinfo > ld.pod
-($(POD2MAN) ld.pod | \
@@ -2476,8 +2478,6 @@ install-data-local:
install-data-local: install-info
diststuff: info $(EXTRA_DIST)
all: info ld.1
-
-ld.1: info
distclean-local:
rm -rf ldscripts