diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2005-05-21 22:22:20 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2005-05-21 22:22:20 +0000 |
commit | e366efef9b8df839ddcf661725f40e1df45603ad (patch) | |
tree | 0c1698271f84495a33787c4223f0f212a9eef7b1 /ld/Makefile.in | |
parent | abf32a893cf60a99c17fa8141736d59c5b2a882d (diff) | |
download | gdb-e366efef9b8df839ddcf661725f40e1df45603ad.zip gdb-e366efef9b8df839ddcf661725f40e1df45603ad.tar.gz gdb-e366efef9b8df839ddcf661725f40e1df45603ad.tar.bz2 |
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.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index db78a43..eec16c7 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 |